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 %}