You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmftools/delfland/po-quest/templates/edit_choice.html

14 lines
310 B

{% extends "base.html" %}
{% block content %}
<h2>Keuze Bewerken</h2>
<form method="POST">
{{ form.hidden_tag() }}
<div>
<label for="text">Keuze:</label>
{{ form.text() }}
</div>
<button type="submit">Opslaan</button>
</form>
{% endblock %}