Revision 53979954

b/templates/base.html
2 2
<!DOCTYPE html>
3 3
<html>
4 4
<head>
5
<title>{% block title %}eduroam@Greece{% endblock %}</title>
5
<title>{% block title %}eduroam | gr{% endblock %}</title>
6 6
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
7 7

  
8 8
<link href="/static/css/style.css" rel="stylesheet">
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 %}
b/templates/front/index.html
1 1
{% extends "base.html" %}
2 2
{% load i18n %}
3
    {% block title %}eduroam@Greece{% endblock %}
4 3
    {% block homepage %}class="active"{% endblock %}
5 4
    {% block hometop %}class="active"{% endblock %}
6 5
    {% block extrahead %}

Also available in: Unified diff