{% extends 'layout.html' %} {% block content %}
{{ form.hidden_tag() }}

WARNING Because the Interpreter is still WIP, some Java language features are not supported. These include: *foreach loops (will throw JavaSyntaxError) *constructors (will be ignored) *switch statements Please remove these features from the source code as they will result in incorrect behaviour

{{ form.hidden_tag() }}
.java Datei hochladen:
{{ form.java.label() }} {{ form.java(class="form-control-file") }} {% if form.java.errors %} {% for error in form.java.errors %} {{ error }}
{% endfor %} {% endif %}
{{ form.submit(class="btn-outline-info") }}
{% endblock content %}