From 988e6227ccd97fc2bc8c40147a9cd3b212f7f4db Mon Sep 17 00:00:00 2001
From: Roberto Rosario
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 )