From 7d3a269cb40b7091b7f5b99b9f8ace65b955869e Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 20 May 2011 04:29:49 -0400 Subject: [PATCH] Cleaned up the home and about template's HTML code --- apps/main/templates/about.html | 25 +++++++++++++++++-------- apps/main/templates/home.html | 6 +++--- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/apps/main/templates/about.html b/apps/main/templates/about.html index 0e129a8e8b..91dd72fc50 100644 --- a/apps/main/templates/about.html +++ b/apps/main/templates/about.html @@ -5,14 +5,23 @@ {% block title %} :: {% trans "About this program" %}{% endblock %} {% block content %} -
-

- {% project_name %} ({% trans "Version" %} {% app_version "main" %})

- {% trans 'Open source, Django based document manager with custom metadata indexing, file serving integration and OCR capabilities' %}

- http://www.github.com/rosarior/mayan/

-
{% trans "Released under the GPL V3 License" %} -

-
+
+

{% project_name %} ({% trans "Version" %} {% app_version "main" %})

+

+ {% trans "Open source, Django based electronic document manager with custom metadata, indexing, tagging, file serving integration and OCR capabilities" %} +

+

+ http://bit.ly/mayan-edms +

+

+ http://www.github.com/rosarior/mayan/ +

+

+ {% trans "Released under the GPL V3 License" %} +

+
+ +
{% endblock %} {% block footer %} diff --git a/apps/main/templates/home.html b/apps/main/templates/home.html index 0568a85830..f16fd5271f 100644 --- a/apps/main/templates/home.html +++ b/apps/main/templates/home.html @@ -2,9 +2,9 @@ {% load project_tags %} {% load i18n %} {% block content %} -
-

{% project_name %}

-
+
+

{% project_name %}

+
{% endblock %} {% block footer %}