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:
Sunil Mohan Adapa 2020-03-11 14:49:56 -07:00 committed by Veiko Aasa
parent 5b639884b6
commit ca907abb3d
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -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 %}