datatracker/ietf/templates/community/track_document.html

15 lines
434 B
HTML

{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% extends "base.html" %}
{% load origin %}
{% origin %}
{% block title %}Track document {{ name }}{% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
<p>
Add {{ name }} to the list?
</p>
<button type="submit" class="btn btn-primary" value="Track document">Track document</button>
</form>
{% endblock %}