Little fix in html

This commit is contained in:
Antonio de la Rosa 2021-12-25 23:54:33 +01:00
parent 017200e39c
commit 241c924806
3 changed files with 7 additions and 4 deletions

View file

@ -76,6 +76,8 @@ I18n.l['en-US']['cuchulublog']['of_course_if_you_need']='Of course, if you need
I18n.l['en-US']['cuchulublog']['blog_last_posts']='Blog - Last posts'
I18n.l['en-US']['cuchulublog']['mantained_projects']='Mantained Projects'
I18n.l['en-US']['cuchulublog']['a_simple_web_framework']='A simple web framework with shorcuts and hooks for Flask, Mako templates, etc...'
I18n.l['en-US']['cuchulublog']['git_repo']='Git repository'
@ -162,13 +164,15 @@ I18n.l['es-ES']['cuchulublog']['of_course_if_you_need']='Por supuesto, si necesi
I18n.l['es-ES']['cuchulublog']['blog_last_posts']='Blog - Últimos posts'
I18n.l['es-ES']['cuchulublog']['mantained_projects']='Proyectos'
I18n.l['es-ES']['cuchulublog']['a_simple_web_framework']='Un simple framework con shorcuts y hooks para Flask, Mako templates, etc...'
I18n.l['es-ES']['cuchulublog']['git_repo']='Repositorio Git'
I18n.l['es-ES']['cuchulublog']['documentation']='Documentación'
I18n.l['es-ES']['cuchulublog']['a_simple_monit_script_writed']='Un sencillo script para monitorización escrito en Python para guardar datos de sistema de un servidor (Linux o Windows) en una base de datos MySQL'
I18n.l['es-ES']['cuchulublog']['a_simple_monit_script_writed']='Un script para monitorización escrito en Python para recoger datos de un servidor (Linux o Windows) en una base de datos MySQL'
I18n.l['es-ES']['cuchulublog']['a_simple_representation_of_data']='Una simple representación de datos para PastafariStats Agent data'

View file

@ -4,8 +4,7 @@ from settings import config
base_url=config.application_root
%>
<!DOCTYPE html>
%><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">

View file

@ -1,5 +1,5 @@
<section>
<h2>Mantained Projects</h2>
<h2>${lang('cuchulublog', 'mantained_projects', 'Mantained Projects')}</h2>
<div class="column_50">
<h3>Paramecio</h3>
<div class="content_section content_section_left">