{% extends "base.html" %} {% load csrffaker %} {% block title %}File{% endblock %} {% block head %} {{ fileForm.media }} {% endblock %} {% block content %}
{% csrf_token %} {{ fileForm.non_field_errors }}
{{ fileForm.title.errors }} {{ fileForm.title }}
{{ fileForm.slug.errors }} {{ fileForm.slug }}
{{ fileForm.date.errors }} {{ fileForm.date }}
{{ fileForm.lon_utm.errors }} {{ fileForm.lon_utm }}
{{ fileForm.lat_utm.errors }} {{ fileForm.lat_utm }}
{{ fileForm.cave.errors }} {{ fileForm.cave }}
{{ fileForm.entrance.errors }} {{ fileForm.entrance }}
{{ fileForm.qm.errors }} {{ fileForm.qm }}
{{ fileForm.expedition.errors }} {{ fileForm.expedition }}
{{ fileForm.logbookentry.errors }} {{ fileForm.logbookentry }}
{{ fileForm.person.errors }} {{ fileForm.person }}
{{ fileForm.html.errors }} {{ fileForm.html }}

{% endblock %}