Lines 137-142
Link Here
|
137 |
<li> |
137 |
<li> |
138 |
<label for="parent">Parent category:</label> |
138 |
<label for="parent">Parent category:</label> |
139 |
<select name="parent" id="parent_auth_value_categories"> |
139 |
<select name="parent" id="parent_auth_value_categories"> |
|
|
140 |
<option value="" selected> </option> |
140 |
[% FOR c IN category_names %] |
141 |
[% FOR c IN category_names %] |
141 |
<option value="[% c.category_name | html %]">[% c.category_name | html %]</option> |
142 |
<option value="[% c.category_name | html %]">[% c.category_name | html %]</option> |
142 |
[% END %] |
143 |
[% END %] |
143 |
- |
|
|