Skip to content

Commit 43516e5

Browse files
committed
I forgot the template to nominate.
See ietf-tools#913 - Legacy-Id: 5119
1 parent d9df44e commit 43516e5

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{% extends "base.html" %}
2+
3+
{% block title %}Nominate{% endblock %}
4+
5+
{% block content %}
6+
<h1>Nominate</h1>
7+
8+
{% if message %}
9+
<div class="info-message-{{ message.0 }}">{{ message.1 }}</div>
10+
{% endif %}
11+
12+
{% if form.errors %}<div class="info-message-error">Please correct the following errors</div>{% endif %}
13+
14+
<form action="" method="post">{% csrf_token %}
15+
<table>
16+
{{ form }}
17+
</table>
18+
<p><input type="submit" value="Save" /></p>
19+
</form>
20+
21+
{% endblock %}

0 commit comments

Comments
 (0)