{% extends "index.html" %} {% block content %} {% load url from future %} {% if user.is_authenticated %}
{{ form.non_field_errors }} {% csrf_token %}
		{{ form.bibtex.errors }}
		
{{ form.bibtex }}
{% else %} You must log in to continue. {% endif %} {% endblock %}