datatracker/ietf/templates/nomcom/volunteers_not_accepted.html
2021-06-10 20:35:50 +00:00

10 lines
268 B
HTML

{% extends "base.html" %}
{# Copyright The IETF Trust 2021, All Rights Reserved #}
{% load origin %}
{% block title %}Not Accepting Volunteers{% endblock %}
{% block content %}
{% origin %}
<h1> NomCom is not accepting volunteers at this time</h1>
{% endblock %}