diff --git a/src/blarg/views/templates/files/list.html b/src/blarg/views/templates/files/list.html index d4ab369..ad01802 100644 --- a/src/blarg/views/templates/files/list.html +++ b/src/blarg/views/templates/files/list.html @@ -52,8 +52,14 @@ {{file.size}} {{file.last_modified|to_fulltime}} - Update - Delete + + {% if file.published %} + + {% endif %} + {% if not file.published %} + + {% endif %} + {% endfor %}