summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-12 01:27:59 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-12 04:05:49 +0100
commit3d4d8ccc29046539a5922f5935572fec3ad533c6 (patch)
tree0cc8cd03e9d10fc342f0927c9e4c0590390be62d
parent867b3352d87def2499e38e039ff9a6adb600fc02 (diff)
downloadpadlite-teams-3d4d8ccc29046539a5922f5935572fec3ad533c6.tar.gz
padlite-teams-3d4d8ccc29046539a5922f5935572fec3ad533c6.tar.bz2
padlite-teams-3d4d8ccc29046539a5922f5935572fec3ad533c6.zip
templates: Add group name headding to groups page
-rw-r--r--templates/group.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/group.html b/templates/group.html
index 7399cfd..1e3a06c 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -2,6 +2,10 @@
{% 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">Info</h3>