fiy of a typo
This commit is contained in:
+1
-1
@@ -5180,7 +5180,7 @@ def upload_item():
|
|||||||
item_type_input = sanitize_form_value(request.form.get('item_type_input', ''))
|
item_type_input = sanitize_form_value(request.form.get('item_type_input', ''))
|
||||||
library_category = sanitize_form_value(request.form.get('library_category', ''))
|
library_category = sanitize_form_value(request.form.get('library_category', ''))
|
||||||
|
|
||||||
if library_caregory != '':
|
if library_category != '':
|
||||||
item_is_library = True
|
item_is_library = True
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user