Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
9d9beec9
Commit
9d9beec9
authored
Jun 15, 2022
by
Bryan BRANCOTTE
Browse files
Fixe theme in login screen, fixes #269
parent
233e3f39
Pipeline
#83454
passed with stages
in 9 minutes and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ippisite/ippidb/templates/account/login.html
View file @
9d9beec9
{% extends "
account/
base.html" %}
{% extends "base.html" %}
{% load crispy_forms_tags %}
{% load i18n %}
...
...
@@ -8,9 +8,9 @@
{% block content %}
<div
class=
"d-flex justify-content-center mt-
2
"
>
<div
class=
"d-flex justify-content-center mt-
4 mb-4
"
>
<div
class=
"card"
>
<div
class=
"card
rounded-0
"
>
<div
class=
"card-header"
>
<h1>
{% trans "Sign In" %}
</h1>
</div>
...
...
@@ -45,8 +45,8 @@
{% if redirect_field_value %}
<input
type=
"hidden"
name=
"{{ redirect_field_name }}"
value=
"{{ redirect_field_value }}"
/>
{% endif %}
<a
class=
"btn btn-secondary"
href=
"{% url 'account_reset_password' %}"
>
{% trans "Forgot Password?" %}
</a>
<button
class=
"btn btn-primary"
type=
"submit"
>
{% trans "Sign In" %}
</button>
<a
class=
"btn btn-secondary
mt-0 border-0
"
href=
"{% url 'account_reset_password' %}"
>
{% trans "Forgot Password?" %}
</a>
<button
class=
"btn btn-primary
mt-0
"
type=
"submit"
>
{% trans "Sign In" %}
</button>
</form>
</div>
</div>
...
...
ippisite/ippidb/templates/account/signup.html
View file @
9d9beec9
{% extends "
account/
base.html" %}
{% extends "base.html" %}
{% load crispy_forms_tags %}
{% load i18n %}
...
...
@@ -6,9 +6,9 @@
{% block head_title %}{% trans "Signup" %}{% endblock %}
{% block content %}
<div
class=
"inner-wrap
mt-2
"
>
<div
class=
"col-12"
>
<div
class=
"card"
>
<div
class=
"inner-wrap"
>
<div
class=
"col-12
mt-4 mb-4
"
>
<div
class=
"card
rounded-0
"
>
<h1
class=
"card-header"
>
{% trans "Sign Up" %}
</h1>
<div
class=
"card-body"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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