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 %} + +
You are about to cancel: {{ object }}
+ {% if extra %}{{ extra }}
{% endif %} + + +