Revision af9d484b templates/edumanage/institution_edit.html

b/templates/edumanage/institution_edit.html
1
{% extends "edumanage/welcome.html"%}		
1
{% extends "edumanage/welcome.html"%}
2
{% block crumbs %}
3
	<li><a href="{% url manage %}">Home</a><span class="divider">/</span></li>
4
	<li><a href="{% url institutions %}">Institutions</a><span class="divider">/</span></li>
5
	<li class="active">Add-Edit</li>
6
{% endblock %}
2 7
{% block homeactive %}{% endblock %}
3 8
{% block instactive %}class="active"{% endblock %}
4 9
{% block subcontent %}
5
<h4>Institution</h4>
6
{% load tolocale %} <h5>{% tolocale institution LANGUAGE_CODE%}</h5>
10
<h4>Institution Edit</h4>
11
<hr>
12
{% load tolocale %} 
7 13
<form method="POST" class="form-horizontal">
8 14
	{% csrf_token %}
9 15
	{% if form.non_field_errors %}
......
14 20
	<div style="display: none">
15 21
		{{form.institution}}
16 22
	</div>
23
		<div class="control-group">
24
		<label class="control-label" for="id_ertype">Name</label>
25
		<div class="controls">
26
			<input class="input" id="disabledInput" type="text" placeholder="{% tolocale institution LANGUAGE_CODE%}" disabled>
27
		</div>
28
	</div>
17 29
	<div class="control-group {% if form.ertype.errors %} error {% endif %}">
18 30
		<label class="control-label" for="id_ertype">ErType</label>
19 31
		<div class="controls">

Also available in: Unified diff