endorsement/templates/newachievement.html

16 lines
345 B
HTML

<html>
<body>
<form action="" method="post">
{{ form.csrf }}
<div class="input text">
{{ form.name.label }} {{ form.name }}
</div>
<div class="input submit">
<input type="submit" value="Add" />
</div>
</form>
</body>
</html>