Revision 53979954 templates/edumanage/welcome.html

b/templates/edumanage/welcome.html
1 1
{% extends "base.html"%}
2 2
{% load i18n %}
3
{% block title %}eduroam | gr - Management{% endblock %}
3 4
{% block extrahead %} <script type="text/javascript" src="/static/js/jquery.min.js"></script>
4 5
<script type="text/javascript" src="/static/js/markerclusterer.js"></script>
5 6
<script type="text/javascript" src="//maps.googleapis.com/maps/api/js?sensor=false"></script>
......
164 165
{% block headtitle %}eduroam@Greece admin{% endblock %}
165 166
    {% block topmenu %}
166 167
    <ul class="nav">
167
        <li class="disabled">
168
           <a class="brand" href="#">Management</a>
168
        <li>
169
        	{% load tolocale %}
170
           <a class="brand" href="{% url manage %}" style="font-size: 14px;">{% tolocale institution LANGUAGE_CODE %}</a>
169 171
        </li>
170 172
        
171 173

  
......
228 230
					{% block subcontent %}
229 231
					
230 232
				  
231
					<h4>{% trans "Home" %} - {% trans "Service Locations" %}</h4>
233
					<h4>{% trans "Home" %} - {% trans "Service Locations" %} - {% tolocale institution LANGUAGE_CODE %}</h4>
232 234
              		<hr>
233 235
					{% if services %} <div id="map_canvas" style="width:100%; height:450px;"></div>
234 236
					{% else %}

Also available in: Unified diff