front improvement on alias page
This commit is contained in:
parent
35d5bcdf0f
commit
b7e68722aa
5 changed files with 21 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue