First round of HTML fixes identified by test-crawl --vnu. - Legacy-Id: 9764 Note: SVN reference [9733] has been migrated to Git commit 205df716f8bf4b7dae9e2637f3aa1ba048a158f9
14 lines
325 B
HTML
14 lines
325 B
HTML
{% extends "liaisons/detail.html" %}
|
|
{# Copyright The IETF Trust 2015, All Rights Reserved #}
|
|
{% load origin %}
|
|
|
|
{% block content %}
|
|
{% origin %}
|
|
{{ block.super }}
|
|
|
|
<form method="post">
|
|
{% csrf_token %}
|
|
<input class="btn btn-primary" type="submit" value="Approve" name='do_approval' />
|
|
</form>
|
|
{% endblock %}
|