Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
etch
nuages
Commits
4a1404b0
Commit
4a1404b0
authored
May 20, 2013
by
Christophe Siraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Change behaviour of language links to fix #1052"
This reverts commit
5718157f
.
parent
5718157f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
templates/index.html
templates/index.html
+1
-5
No files found.
templates/index.html
View file @
4a1404b0
...
...
@@ -63,11 +63,7 @@
{% for lang_code, lang_name in languages %}
{% language lang_code %}
<form
style=
"display:inline;"
name=
"setLang{{ lang_name }}"
action=
"/i18n/setlang/"
method=
"POST"
>
{% csrf_token %}
<input
name=
"next"
type=
"hidden"
value=
"/"
/>
<input
type=
"hidden"
name=
"language"
value=
"{{ lang_code }}"
/>
<a
href=
"#"
onclick=
"document.setLang{{ lang_name }}.submit();return false;"
>
{{ lang_name }}
</a>
</form>
<a
href=
"{% url 'documentation_trans' %}"
>
{{ lang_name }}
</a>
{% endlanguage %}
{% endfor %}
</span>
...
...
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