From 196474dbeda923ab76947b0c2111e6f91b5d1a64 Mon Sep 17 00:00:00 2001 From: Emlyn Clay Date: Fri, 7 Nov 2014 10:51:02 +0000 Subject: [PATCH] Add a generic help template - factor out the template so that you only need to override the generic rather than 8 separate templates. --- mayan/apps/common/templates/generic_help.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mayan/apps/common/templates/generic_help.html diff --git a/mayan/apps/common/templates/generic_help.html b/mayan/apps/common/templates/generic_help.html new file mode 100644 index 0000000000..99c250a2c4 --- /dev/null +++ b/mayan/apps/common/templates/generic_help.html @@ -0,0 +1,6 @@ +{% load i18n %} + +
+

{% block help_title %}{% endblock %}

+
{% block help_text %}{% endblock %}
+