File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ <h3 class="has-filters">
8383 </ li >
8484 </ ul >
8585 </ td >
86- < td > < a href ="{% url 'view_group' g.id %} "> {{ g.name }}</ a > </ td >
86+ < td > < a href ="{% url 'view_group' g.id %} "> {{ g.name }}</ a > {% if g.social_provider %} < div class =" tag-label tag-color " > {{ g.social_provider }} </ div > {% endif %} </ td >
8787 < td > {{ g.description }}</ td >
8888 < td > {{ g.users.all|length }}</ td >
8989 < td > {% if g.global_role.role %} {{ g.global_role.role }} {% endif %}</ td >
Original file line number Diff line number Diff line change 33{% load authorization_tags %}
44
55{% block content %}
6- < h3 id ="id_heading "> Group: {{ group.name }}</ h3 >
6+ < h3 id ="id_heading "> Group: {{ group.name }}{% if group.social_provider %} < div class =" tag-label tag-color " > {{ group.social_provider }} </ div > {% endif %} </ h3 >
77< div class ="row ">
88 < div id ="tests " class ="col-md-8 ">
99 < div class ="panel panel-default ">
You can’t perform that action at this time.
0 commit comments