Little fix in html
This commit is contained in:
parent
017200e39c
commit
241c924806
3 changed files with 7 additions and 4 deletions
|
|
@ -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']['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']['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'
|
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']['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']['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']['git_repo']='Repositorio Git'
|
||||||
|
|
||||||
I18n.l['es-ES']['cuchulublog']['documentation']='Documentación'
|
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'
|
I18n.l['es-ES']['cuchulublog']['a_simple_representation_of_data']='Una simple representación de datos para PastafariStats Agent data'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,7 @@ from settings import config
|
||||||
|
|
||||||
base_url=config.application_root
|
base_url=config.application_root
|
||||||
|
|
||||||
%>
|
%><!DOCTYPE html>
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<section>
|
<section>
|
||||||
<h2>Mantained Projects</h2>
|
<h2>${lang('cuchulublog', 'mantained_projects', 'Mantained Projects')}</h2>
|
||||||
<div class="column_50">
|
<div class="column_50">
|
||||||
<h3>Paramecio</h3>
|
<h3>Paramecio</h3>
|
||||||
<div class="content_section content_section_left">
|
<div class="content_section content_section_left">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue