Revert "Building a voucher-verify form."

This reverts commit 9bd85aba7a.
This commit is contained in:
2020-08-01 19:05:13 +02:00
parent d2002c9e51
commit ba3f937086
4 changed files with 3 additions and 34 deletions

View File

@@ -1,15 +0,0 @@
{% extends 'global.html'%}
{% load static %}
# {% block title %}Voucher-Überprüfung{% endblock %}
{% block maincontent %}
<h2>Voucher-Überprüfung</h2>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Login</button>
</form>
{% endblock maincontent %}