summaryrefslogtreecommitdiffstats
path: root/templates/group.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/group.html')
-rw-r--r--templates/group.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/group.html b/templates/group.html
index 98c43c0..6c4d85c 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -6,6 +6,20 @@
{% block content %}
<div class="panel panel-default">
<div class="panel-heading">
+ <h3 class="panel-title">Info</h3>
+ </div>
+
+ <div class="panel-body">
+ {% if group.description %}
+ {{ group.description }}
+ {% else %}
+ No description
+ {% endif %}
+ </div>
+</div>
+
+<div class="panel panel-default">
+ <div class="panel-heading">
<h3 class="panel-title">Members</h3>
</div>