{% extends "index.html" %} {% block content %} {% load url from future %}

Edit bibliography item

Citation text:

{{ pub.getHtml|safe }}
{% csrf_token %}

PDF upload:

{% if pdf_url %} Current PDF file {% endif %} {% if uploaded %}

New PDF file uploaded.

{% endif %}
{% csrf_token %} {{ upload_form.as_p }}
{% if pdf_url %}
{% csrf_token %}
{% endif %}

Bibtex:

{% endblock %}