mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-17 17:08:37 +00:00
Changed tests
This commit is contained in:
parent
821bb87685
commit
71254701b7
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue