{% extends 'smartshare/base.html' %} {% block title %}Upload{% endblock %} {% block body %}

{% csrf_token %} {{ form.file }}
{% endblock %}