diff options
Diffstat (limited to 'templates/caveindex.html')
-rw-r--r-- | templates/caveindex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/caveindex.html b/templates/caveindex.html index fe141ed..d99f452 100644 --- a/templates/caveindex.html +++ b/templates/caveindex.html @@ -34,6 +34,6 @@ {% endfor %} </ul> -<a href="{% url newcave %}">New Cave</a> +<a href="{% url "newcave" %}">New Cave</a> {% endblock %} |