Revision 4772922a djnro/templates/edumanage/services.html

b/djnro/templates/edumanage/services.html
20 20
			{% endfor %}
21 21
			</table>
22 22
		{% endif %}
23
		<div>
24
			{% if institution.ertype == 2 or institution.ertype == 3 %}
25
				<a href="{% url edit-services %}" class="btn btn-primary">
26
					{% trans "Add location" %}
27
				</a>
28
			{% endif %}
29
		</div>
30 23
{% if institution.ertype == 2 or institution.ertype == 3 %}
31 24
	{% if services %}
32 25
		<table cellpadding="0" cellspacing="0" border="0" class="table table-striped table-bordered" width="100%" id="table">
......
72 65
		</div>
73 66
	</div>
74 67
</div>
75

  
68
<div>
69
	{% if institution.ertype == 2 or institution.ertype == 3 %}
70
		<a href="{% url edit-services %}" class="btn btn-primary">
71
			+ {% trans "Add a new location" %}
72
		</a>
73
	{% endif %}
74
</div>
76 75
<div class="modal" id="servDets">
77 76
	<div class="modal-dialog">
78 77
    	<div class="modal-content">

Also available in: Unified diff