{% extends 'includes/base.html' %} {% block content %}

create

Upload new artwork for the community. Please limit submissions to Monero-Chan (and Wownero-Chan) content only. Please tag NSFW appropriately.

{% for f in form %} {% if f.name == 'csrf_token' %} {{ f }} {% else %} {{ f.label }} {{ f }} {% endif %} {% endfor %}
    {%- for field, errors in form.errors.items() %}
  • {{ form[field].label }}: {{ ', '.join(errors) }}
  • {%- endfor %}
{% endblock %}