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
9fb5dc6f
Commit
9fb5dc6f
authored
Nov 21, 2012
by
Zenon Mousmoulas
Browse files
Add l10n for footer text
parent
7b5b4daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
9fb5dc6f
...
...
@@ -155,15 +155,15 @@ body {
<hr>
<footer
class=
"footer"
>
<div
class=
"container"
>
<p>
Designed and developed by
<a
href=
"http://noc.grnet.gr/"
target=
"_blank"
>
GRNET NOC
</a></p>
<p>
{% trans "
Designed and developed by
" %}
<a
href=
"http://noc.grnet.gr/"
target=
"_blank"
>
{% trans "
GRNET NOC
" %}
</a></p>
<ul
class=
"footer-links"
>
{% comment %}
<li><a
href=
"#"
>
Terms
</a></li>
{% endcomment %}
{% if user.is_authenticated %}
<li>
If you have any questions or need help
, contact GRNET Helpdesk at
<a
href=
"mailto: helpdesk@grnet.gr"
>
h
eldesk
.grnet.gr
</a>
or 800-11-47638
</li>
<li>
{% trans "
If you have any questions or need help
" %},
<a
href=
"http://noc.grnet.gr/contact"
>
{% trans "contact GRNET H
el
p
desk
" %}
</a>
</li>
{% endif %}
</ul>
</div>
</footer>
{% endblock %}
</body>
</html>
\ No newline at end of file
</html>
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