diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/sections.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/sections.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/sections.html b/ratatoeskr/templates/src/systemtemplates/sections.html index f842bcd..b67563d 100644 --- a/ratatoeskr/templates/src/systemtemplates/sections.html +++ b/ratatoeskr/templates/src/systemtemplates/sections.html @@ -7,7 +7,7 @@ <div class="dualcolumns"> <div class="column_left"> <h2><ste:get_translation for="new_section" /></h2> - <form action="$rel_path_to_root/backend/design/sections" method="POST" accept-charset="UTF-8"> + <form action="$rel_path_to_root/backend/design/sections" method="post" accept-charset="UTF-8"> <p> <strong><ste:get_translation for="section_name" />:</strong><br /> <input type="text" name="section_name" /> @@ -20,7 +20,7 @@ </form> </div> <div class="column_main"> - <form action="$rel_path_to_root/backend/design/sections" method="POST" accept-charset="UTF-8"> + <form action="$rel_path_to_root/backend/design/sections" method="post" accept-charset="UTF-8"> <table class="listtab fullwidth"> <thead> <tr> |