Skip to content

Commit

Permalink
Merge pull request #628 from ezsystems/EZP-29636_hide_user_settings_u…
Browse files Browse the repository at this point in the history
…pdate_button

EZP-29636: Additional Update button visible on User Setting update screen
  • Loading branch information
Łukasz Serwatka authored Sep 18, 2018
2 parents e21c685 + 600fd03 commit 99352f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bundle/Resources/views/user/settings/update.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<div class="bg-white p-4">
{{ form_row(form.value) }}
</div>
{{ form_widget(form.update, {'attr': {'hidden': 'hidden'}}) }}
{{ form_end(form) }}

{% endblock %}
Expand Down

0 comments on commit 99352f7

Please sign in to comment.