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 @@
+ {% trans 'Open source, Django based electronic document manager with custom metadata, indexing, tagging, file serving integration, digital signature support and OCR capabilities' %} +
+ + ++ 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' %} +
+
+
+
- {% trans 'Open source, Django based electronic document manager with custom metadata, indexing, tagging, file serving integration, digital signature support and OCR capabilities' %} -
- -- 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' %} -
-
-