{% extends "base.html" %} {% block title %}Rom Hochladen{% endblock %} {% block nav_rom_upload_class %}is-active{% endblock %} {% block content %}

Neues Rom Hochladen

{% if form.non_field_errors %}
Nope!
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %}
{% if form.name.errors %} {% endif %}

{{form.name.errors.as_text}}

{{form.tags}}

{{form.tags.errors.as_text}}

{{form.description.errors.as_text}}

{% if form.cover.errors %} {% endif %}

{{form.cover.errors.as_text}}

{% if form.high_binary.errors %} {% endif %}

{{form.high_binary.errors.as_text}}

{% if form.low_binary.errors %} {% endif %}

{{form.low_binary.errors.as_text}}

{{ form.media }} {% endblock %}