Tweak: show the whole history to logged out users

This commit is contained in:
Reid 'arrdem' McKenzie 2023-06-03 19:54:59 -06:00
parent 78e456dfd0
commit e6cdb3666b

View file

@ -4,9 +4,7 @@
{% include "jobs_list.html.j2" %}
</div>
{% if ctx.uid %}
<div class="row twelve columns mb-2">
{% include "files_list.html.j2" %}
</div>
{% endif %}
{% endblock %}