{% extends "base.html" %} {% block body_class %}themed-bg{% endblock %} {% block content %}

Import CSV

Columns (in order): Subject, Illustration, Application, Scripture, Source, Talk Title, Talk Number, Code, Date, Date Edited. You can dry-run to preview changes without writing.

{% csrf_token %}
{{ form.file.label_tag }} {{ form.file }} {% if form.file.errors %}
{{ form.file.errors|striptags }}
{% endif %}
Cancel
{% endblock %}