diff --git a/ietf/secr/templates/confirm_cancel.html b/ietf/secr/templates/confirm_cancel.html new file mode 100644 index 000000000..c4452a67a --- /dev/null +++ b/ietf/secr/templates/confirm_cancel.html @@ -0,0 +1,26 @@ +{% extends "base_site.html" %} +{% load staticfiles %} + +{% block title %}Confirm Cancel{% endblock %} + + +{% block content %} + +
+

Confirm Cancel

+

Are you sure?

+

You are about to cancel: {{ object }}

+ {% if extra %}

{{ extra }}

{% endif %} + +
{% csrf_token %} +
+

+ + + Take me back +

+
+
+
+ +{% endblock %}