Add some better right management to forum

This commit is contained in:
Skia
2017-01-28 20:58:54 +01:00
parent 653d9d4707
commit 4cc57c183e
10 changed files with 123 additions and 16 deletions

View File

@ -39,7 +39,7 @@
{% endif %}
{% endif %}
<div>
{% for a in album.children_albums.order_by('-id') %}
{% for a in album.children_albums.order_by('-date') %}
<div style="display: inline-block;">
{% if edit_mode %}
<input type="checkbox" name="file_list" value="{{ a.id }}">