Verified Commit e7bcf1b3 authored by urbec's avatar urbec 🐣 Committed by Mattia Rizzolo
Browse files

Only issue warning about DM status confusion, if person is not a DM yet



Being able to apply for dm_ga is not relevant here, because that is also the case for DMs.

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent d677a7b5
......@@ -17,7 +17,7 @@
</ul>
{% endif %}
{% if "dm" in person.possible_new_statuses or "dm_ga" in person.possible_new_statuses %}
{% if "dm" in person.possible_new_statuses %}
<div class="important">
<p><strong>{% trans "About the role of Debian Maintainer:" %}</strong>
{% blocktrans %}the role of <em>Debian Maintainer</em> occasionally gets confused with that of
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment