aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/tags_overview.html
diff options
context:
space:
mode:
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/tags_overview.html')
-rw-r--r--ratatoeskr/templates/src/systemtemplates/tags_overview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/tags_overview.html b/ratatoeskr/templates/src/systemtemplates/tags_overview.html
index eb849e8..1f5b8d5 100644
--- a/ratatoeskr/templates/src/systemtemplates/tags_overview.html
+++ b/ratatoeskr/templates/src/systemtemplates/tags_overview.html
@@ -3,7 +3,7 @@
<ste:default_error />
<ste:default_success />
- <form action="$rel_path_to_root/backend/content/tags" method="POST" accept-charset="UTF-8">
+ <form action="$rel_path_to_root/backend/content/tags" method="post" accept-charset="UTF-8">
<table class="listtab">
<thead>
<tr>
@@ -39,7 +39,7 @@
<div>
<h2><ste:get_translation for="create_new_tag" /></h2>
- <form action="$rel_path_to_root/backend/content/tags" method="POST" accept-charset="UTF-8">
+ <form action="$rel_path_to_root/backend/content/tags" method="post" accept-charset="UTF-8">
<p><ste:get_translation for="new_tag_name" />: <input type="text" name="new_tag_name" /></p>
<p><input type="submit" name="create_new_tag" /></p>
</form>