]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
config: redirect on correct tab in material theme 1375/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 19 Aug 2015 13:10:11 +0000 (15:10 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 19 Aug 2015 13:10:11 +0000 (15:10 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig

index d47a585c82fa8eca12f1a1a5aa6cc2e4024fc316..287c5fbb41efdb11b2432743ca7c8c35b0c667c2 100644 (file)
@@ -57,7 +57,7 @@
 
 
                     <div id="set2" class="col s12">
-                        <form action="{{ path('config') }}" method="post" {{ form_enctype(form.rss) }}>
+                        <form action="{{ path('config') }}#set2" method="post" {{ form_enctype(form.rss) }}>
                             {{ form_errors(form.rss) }}
 
                             <div class="row">
 
 
                     <div id="set3" class="col s12">
-                        <form action="{{ path('config') }}" method="post" {{ form_enctype(form.user) }}>
+                        <form action="{{ path('config') }}#set3" method="post" {{ form_enctype(form.user) }}>
                             {{ form_errors(form.user) }}
 
                             <div class="row">
 
 
                     <div id="set4" class="col s12">
-                        <form action="{{ path('config') }}" method="post" {{ form_enctype(form.pwd) }}>
+                        <form action="{{ path('config') }}#set4" method="post" {{ form_enctype(form.pwd) }}>
                             {{ form_errors(form.pwd) }}
 
                             <div class="row">
 
 
                     <div id="set5" class="col s12">
-                        <form action="{{ path('config') }}" method="post" {{ form_enctype(form.new_user) }}>
+                        <form action="{{ path('config') }}#set5" method="post" {{ form_enctype(form.new_user) }}>
                             {{ form_errors(form.new_user) }}
 
                             <div class="row">