Skip to content
Snippets Groups Projects

Show user links (if available)

Merged Benjamin Hättasch requested to merge feature-user-links into master
3 files
+ 9
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -54,7 +54,9 @@
<table class="table table-borderless">
<tr>
<td>{% trans "Who?" %}</td>
<td>{{ ak.owners_list }}</td>
<td>
{% include "AKSubmission/owners_list.html" with owners=ak.owners %}
</td>
</tr>
<tr>
<td>{% trans 'Category' %}</td>
Loading