Fix #1502 (program info only visible in about section if user is admin)

This commit is contained in:
Ozzieisaacs 2020-07-05 14:00:40 +02:00
parent 12263ff02f
commit d1889a5e06
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
</tr>
</tbody>
</table>
{% if g.user.role_admin() %}
<h3>{{_('Linked Libraries')}}</h3>
<table id="libs" class="table">
<thead>
@ -44,4 +45,5 @@
{% endfor %}
</tbody>
</table>
{% endif %}
{% endblock %}