@@ -63,14 +64,14 @@
{% if submit_icon_famfam %}
{% else %}
-
+
{% endif %}
{% if submit_label %}{{ submit_label }}{% else %}{% if object %}{% trans 'Save' %}{% else %}{% trans 'Submit' %}{% endif %}{% endif %}
{% if previous %}
-
{% if cancel_label %}{{ cancel_label }}{% else %}{% trans 'Cancel' %}{% endif %}
+
{% if cancel_label %}{{ cancel_label }}{% else %}{% trans 'Cancel' %}{% endif %}
{% endif %}
diff --git a/mayan/apps/main/templates/main/home.html b/mayan/apps/main/templates/main/home.html
index 7d09f28d5b..ecd439c966 100644
--- a/mayan/apps/main/templates/main/home.html
+++ b/mayan/apps/main/templates/main/home.html
@@ -1,13 +1,14 @@
{% extends 'main/base.html' %}
{% load i18n %}
+{% load static %}
{% load project_tags %}
{% block content %}
{% project_name %}
-
+
{% trans 'Django based open source document management system' %}
{% endblock %}
diff --git a/mayan/apps/main/templates/main/login.html b/mayan/apps/main/templates/main/login.html
index 2eb695e715..9324aae531 100644
--- a/mayan/apps/main/templates/main/login.html
+++ b/mayan/apps/main/templates/main/login.html
@@ -1,6 +1,7 @@
{% extends 'main/base.html' %}
{% load i18n %}
+{% load static %}
{% load autoadmin_tags %}
{% load project_tags %}
@@ -59,7 +60,7 @@
diff --git a/mayan/apps/main/templates/main/project_description.html b/mayan/apps/main/templates/main/project_description.html
index 71f5392a36..f01cde04c4 100644
--- a/mayan/apps/main/templates/main/project_description.html
+++ b/mayan/apps/main/templates/main/project_description.html
@@ -1,7 +1,8 @@
{% load i18n %}
+{% load static %}
-
-
+
+
{% project_name %}
-
+
{% trans 'Django based open source document management system' %}
{% trans 'Open source, Django based electronic document manager with custom metadata, indexing, tagging, file serving integration, digital signature support and OCR capabilities' %} @@ -22,5 +23,5 @@ {% trans 'Released under the Apache 2.0 License' %}
-
+
+