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

Changed tests

This commit is contained in:
Nicolas Lœuillet 2016-09-08 16:00:39 +02:00 committed by Jeremy Benoist
parent 821bb87685
commit 71254701b7
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
3 changed files with 4 additions and 4 deletions

View file

@ -149,7 +149,7 @@
{{ form_widget(form.user._token) }}
{{ form_widget(form.user.save) }}
{% if enabled_users > 1 %}
<a class='btn red' href='{{ path('delete_account') }}'>{{ 'config.form_user.delete_account' | trans }}</a>
<a class='btn red delete-account' href='{{ path('delete_account') }}'>{{ 'config.form_user.delete_account' | trans }}</a>
{% endif %}
</form>

View file

@ -169,7 +169,7 @@
</form>
{% if enabled_users > 1 %}
<a class='btn red' href='{{ path('delete_account') }}'>{{ 'config.form_user.delete_account' | trans }}</a>
<a class='btn red delete-account' href='{{ path('delete_account') }}'>{{ 'config.form_user.delete_account' | trans }}</a>
{% endif %}
</div>