diff --git a/apps/main/templates/project_description.html b/apps/main/templates/project_description.html index 9be454477b..ae47d655cc 100644 --- a/apps/main/templates/project_description.html +++ b/apps/main/templates/project_description.html @@ -1,18 +1,19 @@ {% load i18n %} +{% load icon_tags %} + -

{% trans 'Free Open Source, Django based electronic document management system' %}

- http://www.mayan-edms.com + {% icon_small 'world_go' %}http://www.mayan-edms.com

- http://mayan.readthedocs.org/ + {% icon_small 'book_open' %}http://mayan.readthedocs.org/

- http://www.github.com/rosarior/mayan/ + {% icon_small 'wrench' %}http://www.github.com/rosarior/mayan/

{% trans "Released under the GPL V3 License" %}