summaryrefslogtreecommitdiff
path: root/gstudio/templates/metadashboard/wikidashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/metadashboard/wikidashboard.html')
-rw-r--r--gstudio/templates/metadashboard/wikidashboard.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/gstudio/templates/metadashboard/wikidashboard.html b/gstudio/templates/metadashboard/wikidashboard.html
index 1af53ce..75382f2 100644
--- a/gstudio/templates/metadashboard/wikidashboard.html
+++ b/gstudio/templates/metadashboard/wikidashboard.html
@@ -1,6 +1,7 @@
{% extends "gstudio/base.html" %}
{% load gstudio_tags %}
{% load i18n %}
+{% block title %}Wikipages{% endblock %}
{% block content %}
@@ -8,6 +9,10 @@
<p> Here is a list of all the pages:</p>
</br>
+ {% if user.is_authenticated %}
+ <input type="button" value="Create a new page" onClick="location.href=parseURL('pageadd/');">
+ <br/>
+ {% endif %}
{% for each in pages.member_systems.all %}
<a href="/gstudio/page/gnowsys-page/{{each.id}}/">{{each.title}}</a></br>
{% endfor %}