diff --git a/templates/set/card.html b/templates/set/card.html
index 7284a27..1469fd0 100644
--- a/templates/set/card.html
+++ b/templates/set/card.html
@@ -47,7 +47,10 @@
{{ instruction.filename }}
{% endfor %}
{% else %}
- Upload an instructions file
+ No instructions file found.
+ {% if g.login.is_authenticated() %}
+ Upload an instructions file
+ {% endif %}
{% endif %}
{{ accordion.footer() }}