1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

front improvement on alias page

This commit is contained in:
Pierre-antoine Comby
2020-03-01 13:42:22 +01:00
parent 35d5bcdf0f
commit b7e68722aa
5 changed files with 21 additions and 11 deletions

View File

@ -47,10 +47,10 @@
<div class="col-md-9">
<div class="d-flex justify-content-center">
<form action="" method="post">
<form class=" text-center form my-2" action="" method="post">
{% csrf_token %}
{{ form |crispy }}
<button class="btn btn-primary" type="submit">
<button class="btn btn-primary mx-2" type="submit">
{% trans "Add alias" %}
</button>
</form>