Fixing some allauth templates and removing wiki from the menu.
This commit is contained in:
parent
8292a738ee
commit
39ad0b82fc
|
@ -38,7 +38,6 @@
|
|||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav pull-right">
|
||||
<li><a href="{% url 'good-to-know' %}">Good to know</a></li>
|
||||
<li><a href="https://wiki.bornhack.dk">Wiki</a></li>
|
||||
{% if user.is_authenticated %}
|
||||
<li><a href="{% url 'profiles:detail' %}">Profile</a></li>
|
||||
<li><a href="{% url 'account_logout' %}">Logout</a></li>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends 'profile_base.html' %}
|
||||
{% extends 'profiles/profile_base.html' %}
|
||||
{% load i18n %}
|
||||
{% load account %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue