mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
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:
parent
c2cd8f50c2
commit
a9ff7a4408
@ -39,8 +39,8 @@
|
|||||||
</span>
|
</span>
|
||||||
<form class="form secondary" method="post"
|
<form class="form secondary" method="post"
|
||||||
action="{% url 'pagekite:delete-custom-service' %}">
|
action="{% url 'pagekite:delete-custom-service' %}">
|
||||||
<div style='display:none'>
|
{% csrf_token %}
|
||||||
{% csrf_token %}
|
<div class='d-none'>
|
||||||
{{ service.delete_form.as_p }}
|
{{ service.delete_form.as_p }}
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-default"
|
<button type="submit" class="btn btn-default"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user