mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
use snippet_new url for headline
This commit is contained in:
parent
5901421657
commit
2638096448
1 changed files with 1 additions and 1 deletions
|
@ -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" %} →</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
|
||||
|
|
Loading…
Reference in a new issue