datatracker/ietf/templates/nomcom/volunteers_not_accepted.html
Lars Eggert bbf088e18b Hopefully the final check-ins.
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00

10 lines
315 B
HTML

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