mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
pagekite: Minor cleanup
- Remove unused template tag loading. - Fix white spacing. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
5b639884b6
commit
ca907abb3d
@ -7,12 +7,9 @@
|
||||
{% load i18n %}
|
||||
{% load static %}
|
||||
|
||||
{% load pagekite_extras %}
|
||||
|
||||
|
||||
|
||||
{% block content %}
|
||||
<h3>{% trans 'Add custom PageKite service' %}</h3>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
{% blocktrans trimmed %}
|
||||
<b>Warning:</b><br>Your PageKite frontend server may not support
|
||||
@ -21,7 +18,6 @@
|
||||
cause problems.
|
||||
{% endblocktrans %}
|
||||
</div>
|
||||
|
||||
|
||||
<form class="form" method="post">
|
||||
{% csrf_token %}
|
||||
@ -31,7 +27,4 @@
|
||||
<input type="submit" class="btn btn-primary"
|
||||
value="{% trans "Submit" %}"/>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user