1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

Fix tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2017-04-27 16:40:18 +02:00 committed by Nicolas Lœuillet
parent 50cfd8108b
commit a2daa32d0c
2 changed files with 23 additions and 5 deletions

View file

@ -1,4 +1,4 @@
<form name="search" method="GET" action="{{ path('user-search')}}">
<form name="search_users" method="GET" action="{{ path('user-search')}}">
{% if form_errors(form) %}
<span class="black-text">{{ form_errors(form) }}</span>
{% endif %}