Attempt to get csrf tag working in django 1.1-

This commit is contained in:
Martin Green
2011-05-02 03:11:17 +01:00
parent 835680f0ee
commit 52eb4030d0
3 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load csrffaker %}
{% block title %}Logbook {{logbookentry.id}}{% endblock %}
{% block head %}
<script>