{% extends "default.html" %} {% block title %} Drama - Contact {% endblock %} {% block content %} {% if request.args.get('error') or error %} {% endif %} {% if request.args.get('msg') or msg %} {% endif %}

Contact Drama Admins

{% if v and v.is_activated and not v.is_suspended %}

Use this form to contact Drama Admins.

{% elif v and v.is_suspended %}

Your Drama account has been suspended. You are not permitted to use this form.

{% elif v %}

Please verify your email address in order to ensure we can respond to your message if needed. Then, refresh this page.

{% else %}

In order to ensure that we can respond to your message, please first sign up or log in and make sure you have verified your email address. Then, refresh this page.

{% endif %}


If you can see this line, we haven't been contacted by any law enforcement or governmental organizations in 2021 yet.



{% endblock %}