Revision 33e8f0b8 templates/base.html

b/templates/base.html
49 49
					<img class="logoimg" src="/static/grnet_logo.png">
50 50
				</a>
51 51
				<div id="title">
52
					<a href="/">Firewall on Demand</a>
52
					<a href="{% url group-routes %}">Firewall on Demand</a>
53 53
				</div>
54 54
				<div class="loginform">
55 55
					<div id="formcontent">
......
82 82
			</div>
83 83
			<div id="content">
84 84
				{% block brcrmb_container %}
85
				<div class="info_content_title">{% if user.is_authenticated %}<a href="{% url group-routes %}">{% trans "My routes" %}</a>{% endif %}
85
				<div class="info_content_title">{% if user.is_authenticated %}<a href="{% url group-routes %}">{% trans "My rules" %}</a>{% endif %}
86 86
				{% block breadcrumbs %}{% endblock %}
87 87
				</div>
88 88
				{% if messages %}
......
97 97
				{% endblock %}
98 98

  
99 99
			</div>
100
			
100 101
			<div id="footer">
102
				{% comment %}
101 103
			{% if user.is_authenticated %}
102 104
			{% trans "If you have any questions or need help, contact GRNET Helpdesk at <a href='mailto:helpdesk@grnet.gr'>helpdesk@grnet.gr</a> or 800-11-47638." %}<br />
103 105
			{% endif %}
104 106
			<a href="http://www.grnet.gr">{% trans "GRNET" %} NOC</a> | <a href="/about/info/">{% trans "Info" %}</a> | <a href="/about/terms-of-service">{% trans "Service Terms" %}</a>
107
			{% endcomment %}
105 108
			</div>
106 109
	</div>
107 110
</body>

Also available in: Unified diff