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
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
cb860d8d
Commit
cb860d8d
authored
Jan 04, 2022
by
Bryan BRANCOTTE
Browse files
keep padding when there is multiple tab
parent
e130325a
Changes
1
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/templates/registration/account.html
View file @
cb860d8d
...
...
@@ -53,7 +53,7 @@
{%endif%}
{%endif%}
</div>
<div
class=
"card-body panel-body
pt-0
"
>
<div
class=
"card-body panel-body
{% if form_prefs and not form_prefs.preferences_groups %} pt-0{%endif%}
"
>
<button
class=
"btn btn-primary {{btn_classes}}"
type=
"submit"
>
{%trans "Save my preferences"%}
</button>
</div>
...
...
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