{% extends "base_onerow.html" %} {% block page_title %}- Upload{% endblock %} {% block meta_title %}- Upload{% endblock %} {% block head_id %}head-shoreline{% endblock %} {% block tl %}id="current"{% endblock %} {% block content_head %}Upload{% endblock %} {% block upload_procedure %}

Please select a series from the drop-down menu and indicate what type of content you would like to add to the library

{% endblock %} {% block center_content %}

{% if form.non_field_errors %} {{ form.non_field_errors|join:", " }} {% endif %}

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