Set up static files correctly

Working authentication
This commit is contained in:
tjp03u
2014-10-23 23:42:53 +01:00
parent c2beb24487
commit 33b454684d
141 changed files with 39734 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
{% load static from staticfiles %}
{% load url from future %}
<!DOCTYPE html>
<html
@@ -83,7 +84,7 @@
</li>
</ul>
{% else %}
<a href="{% url 'login' %}?next={{ request.build_absolute_uri }}">
<a href="{% url "login" %}?next={{ request.build_absolute_uri }}">
<span class="icon-user"></span>
Hi guest
</a>