]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig
Remove ability to change username
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / Config / index.html.twig
index f2a98dfbf26a4700070b71542ba10d9fce31a5c1..c90bb2e3b97db79667d4f6fe6c46d9caddc8d63c 100644 (file)
     <form action="{{ path('config') }}" method="post" {{ form_enctype(form.user) }}>
         {{ form_errors(form.user) }}
 
-        <fieldset class="w500p inline">
-            <div class="row">
-                {{ form_label(form.user.username) }}
-                {{ form_errors(form.user.username) }}
-                {{ form_widget(form.user.username) }}
-            </div>
-        </fieldset>
-
         <fieldset class="w500p inline">
             <div class="row">
                 {{ form_label(form.user.name) }}