This commit is contained in:
Ross
2022-04-08 23:31:43 +01:00
parent e95bf2a448
commit 32ac02f749
+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="{% url collection.get_take_url %}">here</a>
{% endblock %}