Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nuages
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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