changeset 156:8c5810c3be63

Fix reference to snippet_new view on code page
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 01:43:53 -0400
parents 6b08da550214
children 728712eaa1b2
files templates/code.djhtml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/code.djhtml	Mon Oct 15 01:33:06 2012 -0400
+++ b/templates/code.djhtml	Mon Oct 15 01:43:53 2012 -0400
@@ -37,7 +37,7 @@
         </p>
         {% else %}
         <p>No one has yet created a snippet.
-            <a href="{% url new_snippet %}">Be the first!</a>
+            <a href="{% url snippet_new %}">Be the first!</a>
         </p>
         {% endif %}
     </div><div class="span3">