{% extends "base.html" %} {% load staticfiles %} {% block title %}File loading{% endblock %} {% block content %}

Upload Workout File

{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %} {{ form.as_table }}
{% csrf_token %}
{% endblock %}