comparison templates/code.djhtml @ 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 c7be7def8b57
children 728712eaa1b2
comparison
equal deleted inserted replaced
155:6b08da550214 156:8c5810c3be63
35 <p class="right-float"> 35 <p class="right-float">
36 <a href="{% url snippet_explore %}">View more &raquo;</a> 36 <a href="{% url snippet_explore %}">View more &raquo;</a>
37 </p> 37 </p>
38 {% else %} 38 {% else %}
39 <p>No one has yet created a snippet. 39 <p>No one has yet created a snippet.
40 <a href="{% url new_snippet %}">Be the first!</a> 40 <a href="{% url snippet_new %}">Be the first!</a>
41 </p> 41 </p>
42 {% endif %} 42 {% endif %}
43 </div><div class="span3"> 43 </div><div class="span3">
44 <h2 class="center-align">Bundles</h2> 44 <h2 class="center-align">Bundles</h2>
45 {% if user.is_authenticated %} 45 {% if user.is_authenticated %}