Skip to content
Snippets Groups Projects

Add groups to person_full view. Depends on #26. Advances #27.

Merged Tom Teichler requested to merge issue27 into master
3 files
+ 454
14
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -56,20 +56,9 @@
{% endcomment %}
</table>
{# Will be implemted soon #}
<table class="table table-responsive-xl table-border table-striped">
<tr>
<td>Member</td>
<td>
<h4>Groups</h4>
<ul>
<li><a href="#">Foo</a></li>
<li><a href="#">Foo</a></li>
<li><a href="#">Foo</a></li>
<li><a href="#">Foo</a></li>
</td>
</tr>
</table>
<h3>Groups</h3>
{% render_table groups_table %}
{% else %}
<h2>{% blocktrans %}Person not found{% endblocktrans %}</h2>
Loading