pagekite: Eliminate inline styling

- Use bootstrap utility instead.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2020-12-18 13:30:27 -08:00 committed by Veiko Aasa
parent c2cd8f50c2
commit a9ff7a4408
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -39,8 +39,8 @@
</span>
<form class="form secondary" method="post"
action="{% url 'pagekite:delete-custom-service' %}">
<div style='display:none'>
{% csrf_token %}
{% csrf_token %}
<div class='d-none'>
{{ service.delete_form.as_p }}
</div>
<button type="submit" class="btn btn-default"