From 1ec270de4390f215f874e8fad23736ce978c1bbd Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 10 Jan 2016 05:08:36 +0100 Subject: Use sqlalchemy, flask-migrate, flask-login and flask-script No peewee anymore. All dependencies are available as debian packages now. --- templates/group.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'templates/group.html') diff --git a/templates/group.html b/templates/group.html index 6a5236c..38e078f 100644 --- a/templates/group.html +++ b/templates/group.html @@ -16,6 +16,12 @@ No description {% endif %} + + {% if not public_view and group.public %} + + {% endif %} {% if not public_view %} @@ -30,10 +36,10 @@ {% endif %} - + {{pad}} - + @@ -87,7 +93,7 @@ {% endif %} - {{member.user.username}} + {{member.user.name}} {{member.user.email}} Accept -- cgit v1.2.3-1-g7c22