Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
django-cas-server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Samir
django-cas-server
Commits
b4aef575
Commit
b4aef575
authored
May 03, 2016
by
Valentin Samir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo: loggin -> log in
parent
77d1607b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
cas_server/locale/en/LC_MESSAGES/django.po
cas_server/locale/en/LC_MESSAGES/django.po
+5
-5
cas_server/locale/fr/LC_MESSAGES/django.po
cas_server/locale/fr/LC_MESSAGES/django.po
+4
-4
cas_server/templates/cas_server/login.html
cas_server/templates/cas_server/login.html
+1
-1
No files found.
cas_server/locale/en/LC_MESSAGES/django.po
View file @
b4aef575
...
...
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: cas_server\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 201
5-12-26 15:31+01
00\n"
"PO-Revision-Date: 201
5-12-26 15:34+01
00\n"
"POT-Creation-Date: 201
6-05-03 23:50+02
00\n"
"PO-Revision-Date: 201
6-05-03 23:50+02
00\n"
"Last-Translator: Valentin Samir <valentin.samir@crans.org>\n"
"Language-Team: django <LL@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.
6
\n"
"X-Generator: Poedit 1.8.
7.1
\n"
#: apps.py:7 templates/cas_server/base.html:3
msgid "Central Authentication Service"
...
...
@@ -220,8 +220,8 @@ msgid "Logout"
msgstr "Logout"
#: templates/cas_server/login.html:7
msgid "Please log
g
in"
msgstr "Please log
g
in"
msgid "Please log
in"
msgstr "Please log
in"
#: templates/cas_server/login.html:10
msgid "Login"
...
...
cas_server/locale/fr/LC_MESSAGES/django.po
View file @
b4aef575
...
...
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: cas_server\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 201
5-12-26 15:31+01
00\n"
"PO-Revision-Date: 201
5-12-26 15:34+01
00\n"
"POT-Creation-Date: 201
6-05-03 23:47+02
00\n"
"PO-Revision-Date: 201
6-05-03 23:49+02
00\n"
"Last-Translator: Valentin Samir <valentin.samir@crans.org>\n"
"Language-Team: django <LL@li.org>\n"
"Language: fr\n"
...
...
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 1.8.
6
\n"
"X-Generator: Poedit 1.8.
7.1
\n"
#: apps.py:7 templates/cas_server/base.html:3
msgid "Central Authentication Service"
...
...
@@ -229,7 +229,7 @@ msgid "Logout"
msgstr "Se déconnecter"
#: templates/cas_server/login.html:7
msgid "Please log
g
in"
msgid "Please log
in"
msgstr "Merci de se connecter"
#: templates/cas_server/login.html:10
...
...
cas_server/templates/cas_server/login.html
View file @
b4aef575
...
...
@@ -4,7 +4,7 @@
{% load i18n %}
{% block content %}
<form
class=
"form-signin"
method=
"post"
>
<h2
class=
"form-signin-heading"
>
{% trans "Please log
g
in" %}
</h2>
<h2
class=
"form-signin-heading"
>
{% trans "Please log
in" %}
</h2>
{% csrf_token %}
{% bootstrap_form form %}
{% bootstrap_button _('Login') size='lg' button_type="submit" button_class="btn-primary btn-block"%}
...
...
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