Revision eb944249 templates/edumanage/institution.html

b/templates/edumanage/institution.html
67 67
    </div>
68 68
    {% if institution.ertype == 2 or institution.ertype == 3 %}
69 69
	<div class="control-group">
70
		<label class="control-label" for="id_oper_name">{% trans "Oper Name" %}</label>
70
		<label class="control-label" for="id_oper_name">{% trans "Domain Name" %}</label>
71 71
		<div class="controls">
72 72
			{{ institution.institutiondetails.oper_name }}
73 73
		</div>
......
82 82
	</div>
83 83
	{% endif %}
84 84
	<div class="control-group">
85
		<label class="control-label" for="id_number_id">{% trans "Number Id" %}</label>
85
		<label class="control-label" for="id_number_id">{% trans "Number of IDs" %}</label>
86 86
		<div class="controls">
87 87
			{{ institution.institutiondetails.number_id }}
88 88
		</div>

Also available in: Unified diff