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
Toggle navigation
Open sidebar
Nounous
re2o
Commits
7f58182b
Commit
7f58182b
authored
Mar 20, 2018
by
grisel-davy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Le bouton est maintenant en vert, moins confusant.
parent
c41675ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates/registration/login.html
templates/registration/login.html
+1
-1
No files found.
templates/registration/login.html
View file @
7f58182b
...
...
@@ -45,7 +45,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<p><form
method=
"post"
action=
"{% url 'login' %}"
>
{% csrf_token %}
{% bootstrap_form form %}
{% bootstrap_button "Login" button_type="submit" icon="log-in" %}
<button
class=
"btn btn-success"
type=
"submit"
><span
class=
"glyphicon glyphicon-log-in"
></span>
Login
</button>
<input
type=
"hidden"
name=
"next"
value=
"{{ next }}"
/>
</form></p>
<p><a
class=
"btn btn-warning btn-sm"
role=
"button"
href=
"{% url 'users:reset-password' %}"
>
Mot de passe oublié ?
</a></p>
...
...
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