{% extends 'quotes/base.html' %} {% block title %}Importing several quotes at once{% endblock %} {% block body %}

Expected format in the text area:

  Text of the quote
  ---
  Author of the quote
  ---
  Title of the work (book or play title, name of the speech, historical event, etc.)
  ---
  tag 1, tag 2, separated by commas
  ===
  A second quote
  ---
  Author of the second quote
  ---
  Title of the second work
  ---
  some, tags
  ===
  A third quote
  ---
  Author of the quote
  ---
  Title of the work
  ---
  etc, etc
{% csrf_token %}

Quotes to import:

{% endblock %}