summaryrefslogtreecommitdiffstats
path: root/templates/pad_change.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pad_change.html')
-rw-r--r--templates/pad_change.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/pad_change.html b/templates/pad_change.html
index e4635e5..afa0633 100644
--- a/templates/pad_change.html
+++ b/templates/pad_change.html
@@ -2,11 +2,15 @@
{% from "_formhelpers.html" import render_field %}
{% block content %}
+<h1>
+ <b>{{ group.name }}</b>
+</h1>
+
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
{% if pad %}
- Edit pad: {{pad.name}}
+ Edit pad
{% else %}
Create a pad
{% endif %}