Add a generic help template - factor out the template so that you only need to override the generic rather than 8 separate templates.
This commit is contained in:
6
mayan/apps/common/templates/generic_help.html
Normal file
6
mayan/apps/common/templates/generic_help.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% load i18n %}
|
||||
|
||||
<div class="block notice">
|
||||
<h4>{% block help_title %}{% endblock %}</h4>
|
||||
<div>{% block help_text %}{% endblock %}</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user