.
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ SERIALIZATION_MODULES = {
|
|||||||
|
|
||||||
LANGUAGE_CODE = 'en-us'
|
LANGUAGE_CODE = 'en-us'
|
||||||
|
|
||||||
TIME_ZONE = 'UTC'
|
TIME_ZONE = 'Europe/London'
|
||||||
|
|
||||||
USE_I18N = True
|
USE_I18N = True
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
<a href="{% url 'anatomy:index'%}">Anatomy</a>
|
<a href="{% url 'anatomy:index'%}">Anatomy</a>
|
||||||
<a href="{% url 'physics:index'%}">Physics</a>
|
<a href="{% url 'physics:index'%}">Physics</a>
|
||||||
<a href="{% url 'rapids:index'%}">Rapids</a>
|
<a href="{% url 'rapids:index'%}">Rapids</a>
|
||||||
|
<a href="{% url 'longs:index'%}">Longs</a>
|
||||||
{% if not request.user.is_authenticated %}
|
{% if not request.user.is_authenticated %}
|
||||||
<a href="{% url 'login'%}">Log in</a>
|
<a href="{% url 'login'%}">Log in</a>
|
||||||
<a href="{% url 'password_reset'%}">Reset password</a>
|
<a href="{% url 'password_reset'%}">Reset password</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user