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