17 lines
388 B
HTML
17 lines
388 B
HTML
{# Copyright The IETF Trust 2015, All Rights Reserved #}
|
|
{% load origin %}{% origin %}
|
|
{% load bootstrap3 %}
|
|
|
|
{% block title %}Track document {{ name }}{% endblock %}
|
|
|
|
{% bootstrap_messages %}
|
|
|
|
<form method="post">
|
|
{% csrf_token %}
|
|
<p>Add {{ name }} to the list?</p>
|
|
|
|
{% buttons %}
|
|
<input type="submit" class="btn btn-primary" value="Track document">
|
|
{% endbuttons %}
|
|
</form>
|