diff --git a/src/tokens/templates/tokenfind_list.html b/src/tokens/templates/tokenfind_list.html index a4a1ad1a..0a4edafe 100644 --- a/src/tokens/templates/tokenfind_list.html +++ b/src/tokens/templates/tokenfind_list.html @@ -8,7 +8,6 @@ Your Secret Tokens | {{ block.super }} {% block content %}

Your Secret Tokens

-{% if object_list %}

You have found the following secret tokens in the BornHack Secret Token Game:

@@ -41,9 +40,8 @@ Your Secret Tokens | {{ block.super }} {% endfor %}
-{% else %} -

You haven't found any secret tokens yet. Happy hunting!

+{% if not unfound_list %} +

Congratulations! You've found all tokens we have created right now.

{% endif %} -
{% endblock %}