Revision 1d70dbce djnro/templates/edumanage/contacts_edit.html

b/djnro/templates/edumanage/contacts_edit.html
13 13

  
14 14
{% block homeactive %}{% endblock %}
15 15
{% block contactsactive %}class="active"{% endblock %}
16
{% block subcontent %} <h4>{% if edit %}{{form.instance.name}} ({% trans "edit" %}){% else %}{% trans "Add Contact" %}{% endif %}</h4>
16
{% block management_content %} <h4>{% if edit %}{{form.instance.name}} ({% trans "edit" %}){% else %}{% trans "Add Contact" %}{% endif %}</h4>
17 17
<hr>
18 18
<form method="POST" class="form-horizontal">
19 19
	{% csrf_token %}

Also available in: Unified diff