Building a voucher-verify form.
This commit is contained in:
15
lostplaces/lostplaces_app/templates/voucher-verify.html
Normal file
15
lostplaces/lostplaces_app/templates/voucher-verify.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user