Merge pull request #79 from nixon/headline_url

use snippet_new url for headline
This commit is contained in:
Martin Mahner 2016-07-03 19:37:14 +02:00 committed by GitHub
commit f76292da69

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