14 lines
308 B
HTML
14 lines
308 B
HTML
{% extends "base.html" %}
|
|
{# Copyright The IETF Trust 2015, All Rights Reserved #}
|
|
{% load origin %}
|
|
|
|
{% block title %}NomCom deleted{% endblock %}
|
|
|
|
{% block content %}
|
|
{% origin %}
|
|
<h1>NomCom deleted</h1>
|
|
|
|
<p class="alert alert-success">All data about the NomCom has been removed.</p>
|
|
|
|
{% endblock %}
|