Broken CSS register page #61

Merged
Starthur merged 1 commits from html-refacto into main 2022-05-28 12:05:24 +02:00
1 changed files with 35 additions and 37 deletions
Showing only changes of commit 0d7f39d335 - Show all commits

View File

@ -7,7 +7,6 @@
<div class="ctf-head">
<h3>Register</h3>
</div>
<div class="ctf-body sign-body">
<div class="col-sm-8 col-md-6 mx-auto">
{% if registered %}
@ -31,7 +30,7 @@
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-3 right-sidebar">
<ul class="list-group">
<a href="/accounts/signup" class="list-group-item">{% trans "Sign up" %}</a>
@ -40,4 +39,3 @@
</div>
</div>
{% endblock %}