Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!381
Resolve "Allow site-local configuration of available languages"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Allow site-local configuration of available languages"
261-allow-site-local-configuration-of-available-languages
into
master
Overview
10
Commits
1
Pipelines
8
Changes
3
Merged
Tom Teichler
requested to merge
261-allow-site-local-configuration-of-available-languages
into
master
4 years ago
Overview
10
Commits
1
Pipelines
8
Changes
3
Expand
Closes
#261 (closed)
Edited
4 years ago
by
Tom Teichler
0
0
Merge request reports
Compare
master
version 6
87ea8e09
4 years ago
version 5
2954f85a
4 years ago
version 4
bc8ecf07
4 years ago
version 3
26a90c94
4 years ago
version 2
23c03b82
4 years ago
version 1
d0443327
4 years ago
master (base)
and
version 6
latest version
c1e5cebd
1 commit,
4 years ago
version 6
87ea8e09
3 commits,
4 years ago
version 5
2954f85a
1 commit,
4 years ago
version 4
bc8ecf07
1 commit,
4 years ago
version 3
26a90c94
1 commit,
4 years ago
version 2
23c03b82
1 commit,
4 years ago
version 1
d0443327
1 commit,
4 years ago
3 files
+
23
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/templates/core/partials/language_form.html
+
2
−
2
Options
{# -*- engine:django -*- #}
{% load i18n %}
{% load i18n
data_helpers
%}
<form
action=
"{% url 'set_language' %}"
method=
"post"
class=
"language-form"
>
@@ -8,7 +8,7 @@
<input
name=
"next"
type=
"hidden"
value=
"{{ request.get_full_path }}"
>
{% get_current_language as LANGUAGE_CODE %}
{% get_
avail
able_languages as LANGUAGES %}
{% get_
en
able
d
_languages as LANGUAGES %}
{% get_language_info_list for LANGUAGES as languages %}
{# Select #}
Loading