Skip to content

Commit

Permalink
update link for starting a new search from an empty collection
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehollis committed Mar 25, 2021
1 parent 7dac9bd commit 561d105
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions templates/pages/mygiza-collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,7 @@ <h1>{{collection.title}}</h1>
<p>
There are no items in this collection yet.
<br>
{% if user.is_superuser %}
<a href="/admin/giza/collection/{{collection.id}}/change" class="add" >Add one.</a>
{% elif user.is_authenticated %}
<a href="/collections/create" class="add" >Add one.</a>
{% endif %}
<a href="/search/" class="add" >Add one.</a>
</p>
</li>
{% endfor %}
Expand Down

0 comments on commit 561d105

Please sign in to comment.