diff --git a/mayan/apps/appearance/templates/appearance/about.html b/mayan/apps/appearance/templates/appearance/about.html index 3f0cd9cbed..bfab90fcfa 100644 --- a/mayan/apps/appearance/templates/appearance/about.html +++ b/mayan/apps/appearance/templates/appearance/about.html @@ -77,7 +77,27 @@ {% trans 'Released under the license:' %} {% trans license_information %}
-Mayan EDMS
+{% project_information '__title__' %}
+ ++ {% project_information '__title__' %} is a free and open-source software brought to you with by Roberto Rosario and contributors. +
+ ++ It takes great effort to make {% project_information '__title__' %} as feature-rich as it is. We need all the help we can get! +
+ ++ If you use {% project_information '__title__' %} please consider making a donation +
+ ++ If you found a bug or got a feature idea, visit the forum or open a ticket in the GitLab repository . +
++ Spread the word. Talk to your friends and colleagues about how awesome {% project_information '__title__' %} is! + Follow us on Twitter or Facebook +
{% endblock %} diff --git a/mayan/apps/common/apps.py b/mayan/apps/common/apps.py index af0576732b..a1a3e47f6f 100644 --- a/mayan/apps/common/apps.py +++ b/mayan/apps/common/apps.py @@ -129,7 +129,7 @@ class CommonApp(MayanAppConfig): menu_about.bind_links( links=( - link_tools, link_setup, link_about, link_support, + link_tools, link_setup, link_about, link_documentation, link_forum, link_code, link_license, link_packages_licenses, link_check_version )