summaryrefslogtreecommitdiffstats
path: root/templates/group.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/group.html')
-rw-r--r--templates/group.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/group.html b/templates/group.html
index 4b2034f..bc08e4d 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -86,5 +86,22 @@
$('#collapseOperations').collapse('hide');
</script>
{% endif %}
+{% else %}{# if public_view #}
+
+<div class="panel panel-default">
+ <div class="panel-heading">
+ <h3 class="panel-title">Request membership</h3>
+ </div>
+
+ <div class="panel-body">
+ <form class="form-horizontal" role="form" method="POST">
+ <div class="form-group">
+ <div class="col-lg-offset-2 col-lg-8">
+ <button type="submit" class="btn btn-block btn-default">Request membership</button>
+ </div>
+ </div>
+ </form>
+ </div>
+</div>
{% endif %}
{% endblock %}