diff --git a/mayan/apps/main/templates/main/about.html b/mayan/apps/main/templates/main/about.html index e8ffd6d87d..58d99d6fbb 100644 --- a/mayan/apps/main/templates/main/about.html +++ b/mayan/apps/main/templates/main/about.html @@ -1,6 +1,7 @@ {% extends 'main/base.html' %} {% load i18n %} +{% load static %} {% load project_tags %} {% load version_tags %} @@ -10,8 +11,29 @@

{% project_name %} ({% trans 'Version' %} {% app_version 'mayan' %})

+

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

+ +

+ http://www.mayan-edms.com +

+

+ http://mayan.readthedocs.org/ +

+

+ https://github.com/mayan-edms/mayan-edms/ +

+

+ https://github.com/mayan-edms/mayan-edms/issues +

+

+ {% trans 'Released under the Apache 2.0 License' %} +

+

+ +

- {% include 'main/project_description.html' %} {% endblock %} {% block footer %} diff --git a/mayan/apps/main/templates/main/project_description.html b/mayan/apps/main/templates/main/project_description.html deleted file mode 100644 index 7003e81b0e..0000000000 --- a/mayan/apps/main/templates/main/project_description.html +++ /dev/null @@ -1,27 +0,0 @@ -{% load i18n %} -{% load static %} - - - - -

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

-

- http://www.mayan-edms.com -

-

- http://mayan.readthedocs.org/ -

-

- https://github.com/mayan-edms/mayan-edms/ -

-

- https://github.com/mayan-edms/mayan-edms/issues -

-

- {% trans 'Released under the Apache 2.0 License' %} -

-
- -