diff options
Diffstat (limited to 'ogcp/templates')
-rw-r--r-- | ogcp/templates/actions/cache.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/cache.html b/ogcp/templates/actions/cache.html index 6443640..4e29f66 100644 --- a/ogcp/templates/actions/cache.html +++ b/ogcp/templates/actions/cache.html @@ -20,7 +20,7 @@ <p>{{ _('Select the images to be deleted:') }}</p> -{% if form.images|length > 1 %} +{% if form.images|length > 0 %} <form class="form-inline" method="POST" id="cacheForm"> <table class="table table-hover"> <thead class="thead-light"> |