fix link in howto page

This commit is contained in:
Nicolas Lœuillet 2015-08-11 20:08:02 +02:00
parent 95135988f9
commit ea8da8c6d5
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<p>{% trans %}There are several ways to save an article:{% endtrans %}</p>
<ul>
<li><a href="{{ path('about') }}">{% trans %}Thanks to this form{% endtrans %}</a></li>
<li><a href="{{ path('new_entry') }}">{% trans %}Thanks to this form{% endtrans %}</a></li>
</ul>
<h3>{% trans %}Browser Addons{% endtrans %}</h3>
<ul>

View file

@ -20,7 +20,7 @@
<div id="set1" class="col s12">
<a href="{{ path('about') }}">{% trans %}Thanks to this form{% endtrans %}</a>
<a href="{{ path('new_entry') }}">{% trans %}Thanks to this form{% endtrans %}</a>
</div>