mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-22 01:21:30 -08:00
center text in heading in base_heading.html
This commit is contained in:
parent
d1653e5ac0
commit
57a8a5f1a4
@ -1,6 +1,6 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row justify-content-center my-2 mx-0">
|
<div class="row justify-content-center my-2 mx-0">
|
||||||
<h1 class="">
|
<h1 class="text-center">
|
||||||
{% url 'accounts:login' as login_url %}
|
{% url 'accounts:login' as login_url %}
|
||||||
{% url 'accounts:edit_profile' as edit_profile_url %}
|
{% url 'accounts:edit_profile' as edit_profile_url %}
|
||||||
{% url 'accounts:password_change' as password_change_url %}
|
{% url 'accounts:password_change' as password_change_url %}
|
||||||
|
Loading…
Reference in New Issue
Block a user