[tag_categories] send a CSRF token along with tag category edits, fixes #1103
This commit is contained in:
parent
ba10a5b7d8
commit
d2689ae225
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ class TagCategoriesTheme extends Themelet
|
||||||
$tag_color = $row['color'];
|
$tag_color = $row['color'];
|
||||||
$html .= '
|
$html .= '
|
||||||
<div class="tagcategoryblock">
|
<div class="tagcategoryblock">
|
||||||
<form name="input" action="'.make_link("tags/categories").'" method="post">
|
'.make_form(make_link("tags/categories")).'
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Category</td>
|
<td>Category</td>
|
||||||
|
@ -70,7 +70,7 @@ class TagCategoriesTheme extends Themelet
|
||||||
$tag_color = '#EE5542';
|
$tag_color = '#EE5542';
|
||||||
$html .= '
|
$html .= '
|
||||||
<div class="tagcategoryblock">
|
<div class="tagcategoryblock">
|
||||||
<form name="input" action="'.make_link("tags/categories").'" method="post">
|
'.make_form(make_link("tags/categories")).'
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Category</td>
|
<td>Category</td>
|
||||||
|
|
Reference in a new issue