use snippet_new url for headline

This commit is contained in:
nixon 2016-07-03 10:04:48 -05:00
parent 5901421657
commit 2638096448

View file

@ -19,7 +19,7 @@
<li class="{% block dpaste_nav_history %}{% endblock %}"><a href="{% url "snippet_history" %}">{% trans "History" %}</a></li>
<li class="{% block dpaste_nav_new %}{% endblock %}"><a href="{% url "snippet_new" %}">{% trans "New snippet" %} &rarr;</a></li>
</ul>
<h3 class="headline"><a href="/">{% block headline %}{% endblock %}</a></h3>
<h3 class="headline"><a href="{% url "snippet_new" %}">{% block headline %}{% endblock %}</a></h3>
</header>
{% block page %}
PAGE MISSING