This commit is contained in:
Ross
2022-04-08 23:33:42 +01:00
parent 32ac02f749
commit d28557ac5c
+1 -1
View File
@@ -17,6 +17,6 @@
{% endfor %}
</ul>
<p>This collection will be available to view <a href="{% url collection.get_take_url %}">here</a>
<p>This collection will be available to view <a href='{{collection.get_take_url}}'>here</a>
{% endblock %}