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

Rom bearbeiten

{% if form.non_field_errors %}
Nope!
{{ form.non_field_errors }}
{% endif %}
{% csrf_token %}
{{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 %}