summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html14
1 files changed, 1 insertions, 13 deletions
diff --git a/templates/base.html b/templates/base.html
index cd8da71..081d5a2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -23,7 +23,7 @@
You are logged in as {{ user.username }}
{% if user.person %}(<a href="{{ user.person.get_absolute_url }}">{{ user.person }}</a>)
{% endif %}.
- | <a href="{% url "auth_logout" %}">Log out</a> {% else %} <a href="{% url "registration_register" %}">Sign up</a> | <a href="{% url "auth_login" %}">Log in</a> {% endif %}
+ | <a href="{% url "auth_logout" %}">Log out</a> {% else %} <a href='{% url "registration_register" %}'>Sign up</a> | <a href='{% url "auth_login" %}'>Log in</a> {% endif %}
{% endblock%}
{% block editLink %}
@@ -40,14 +40,9 @@
<a href="{% url "survexcavessingle" "204" %}">Surveys-204</a> |
<a href="{% url "expedition" 2018 %}">Expo2018</a> |
<a href="{% url "expedition" 2019 %}">Expo2019</a> |
-
-
<br>
-
-
<a id="cuccLink" href="https://camcaving.uk">cucc server</a> |
<a id="expoWebsiteLink" href="http://expo.survex.com">expo server</a> |
-
<a href="{% url "frontpage" %}">tasks to do </a> |
<a id="cavesLink" href="{% url "caveindex" %}">caves</a> |
@@ -59,14 +54,11 @@
</div>
<div id="nav">
-
{% block nav %}
<!-- Use id="nav" for the left side menu -->
{% endblock %}
</div>
-
-
<div id="content" >
{% block contentheader %}
@@ -80,15 +72,11 @@
</script>
{% endblock %}
</div>
-
{% block content %}
REPLACE : The content
{% endblock %}
-
</div>
-
<div class="footer">
-
</div>
</body>
</html>