{% extends "layout.html" %} {% block title %}Reject account request{% endblock %} {% block body_class %}plain-page markdown-page {{ body_class }}{% endblock %} {% block body %}

Reject account request

Use this form to send a rejection to an account request for {{ __user_config("4cat.name") }}.

{% for notice in flashes %}

{{ notice }}

{% endfor %}
{% include "components/form-footer.html" %}
{% endblock %}