summaryrefslogtreecommitdiffstats
path: root/templates/group.html
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2014-11-19 02:56:10 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2014-11-19 02:57:43 +0100
commit411c19c7f952a834399232d17c4fe546cf0eaa41 (patch)
tree04e14a3c2c46ee00143247cde3a85fd03d5d8e8e /templates/group.html
parent900985df8179810bfa4efbf79bef6075e04b4d21 (diff)
downloadpadlite-teams-411c19c7f952a834399232d17c4fe546cf0eaa41.tar.gz
padlite-teams-411c19c7f952a834399232d17c4fe546cf0eaa41.tar.bz2
padlite-teams-411c19c7f952a834399232d17c4fe546cf0eaa41.zip
forms: add CreatePad
Diffstat (limited to 'templates/group.html')
-rw-r--r--templates/group.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/group.html b/templates/group.html
index bc08e4d..7f90c57 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -19,6 +19,19 @@
</div>
{% if not public_view %}
+<div class="panel panel-default">
+ <div class="panel-heading" style="border-bottom: 0">
+ <h3 class="panel-title">Pads</h3>
+ </div>
+
+ {% if admin %}
+ <div class="panel-footer">
+ <a href="{{ url_for('pad_create', group_name=group.name) }}">
+ Create pad
+ </a>
+ </div>
+ {% endif %}
+</div>
<div class="panel panel-default">
<div class="panel-heading">