{% include 'partials/header.html' %} {% load material_form %} {% load static %}
Fehler melden – REBUS – REport-A-Bug-System
{% csrf_token %}

{{ form.non_field_errors }}

{# Filled by REACT #}

{{ form.short_description.errors }}

help {{ form.short_description }}

{{ form.long_description.errors }}

mode_edit
{# Provide props in JSON format #} {{ props|json_script:"props" }} {# Include React for dynamic select #} {% include "components/react.html" %}
{% include 'partials/footer.html' %}