Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
djnro
Commits
4e4485b0
Commit
4e4485b0
authored
Oct 22, 2012
by
Leonidas Poulopoulos
Browse files
Added translation tags to base front template
parent
abac9703
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/front/index.html
View file @
4e4485b0
{% extends "base.html" %}
{% load i18n %}
{% block title %}eduroam@Greece{% endblock %}
{% block extrahead %}
<style
type=
"text/css"
>
...
...
@@ -261,7 +262,7 @@ function initialize() {
<div
class=
"well sidebar-nav"
>
<ul
class=
"nav nav-list"
>
<li
class=
"active"
><a
href=
"{% url index %}"
>
Home
</a></li>
<li
class=
"active"
><a
href=
"{% url index %}"
>
{% trans "Home" %}
</a></li>
<li><a
href=
"#"
>
News
</a></li>
<li><a
href=
"{% url geolocate %}"
target=
"about:blank()"
>
eduroam near me
</a></li>
<li
class=
"nav-header"
>
Users
</li>
...
...
@@ -269,7 +270,7 @@ function initialize() {
<li><a
href=
"#"
>
Contact
</a></li>
<li><a
href=
"#"
>
About
</a></li>
<li
class=
"nav-header"
>
Institutions
</li>
<li><a
href=
"{% url manage %}"
>
Management
</a></li>
<li><a
href=
"{% url manage %}"
>
{% trans "
Management
" %}
</a></li>
</ul>
</div>
<!--/.well -->
<div><img
src=
"/static/img/keep_calm_eduroam_small.png"
></div>
...
...
@@ -294,7 +295,7 @@ function initialize() {
<hr>
<footer>
<p>
©
Company
2012
</p>
<p>
©
@ GRNET NOC
2012
</p>
</footer>
</div>
<!--/.fluid-container-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment