summaryrefslogtreecommitdiffstats
path: root/templates/pad_delete.html
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-12 02:21:38 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-12 04:05:49 +0100
commit8a467cb637104b8919f55c12b9bde98c9a51c78c (patch)
tree20ff4e05a84e4444784440b156817a303cca10e0 /templates/pad_delete.html
parentecdf89ee5c8271b9af3640c8633be7a869077c67 (diff)
downloadpadlite-teams-8a467cb637104b8919f55c12b9bde98c9a51c78c.tar.gz
padlite-teams-8a467cb637104b8919f55c12b9bde98c9a51c78c.tar.bz2
padlite-teams-8a467cb637104b8919f55c12b9bde98c9a51c78c.zip
templates: Add group heading to sub pages
The group heading should be also visible on the sub pages (group change, group delete, create/edit pad).
Diffstat (limited to 'templates/pad_delete.html')
-rw-r--r--templates/pad_delete.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/pad_delete.html b/templates/pad_delete.html
index c1925d7..36a8408 100644
--- a/templates/pad_delete.html
+++ b/templates/pad_delete.html
@@ -2,6 +2,10 @@
{% from "_formhelpers.html" import render_field %}
{% block content %}
+<h1>
+ <b>{{ group.name }}</b>
+</h1>
+
<div class="panel panel-danger">
<div class="panel-heading">
<h3 class="panel-title">Delete this pad</h3>