mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 07:22:14 +00:00
Set up static files correctly
Working authentication
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user