datatracker/ietf/templates/nomcom/volunteers_not_accepted.html
Lars Eggert 53089a94f6 And more fixes.
- Legacy-Id: 19902
2022-02-01 07:47:25 +00:00

11 lines
327 B
HTML

{# bs5ok #}
{% 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 %}