Prepare for html document validation (added wanted tags to tenant)
This commit is contained in:
@@ -40,7 +40,7 @@ def add_document():
|
||||
|
||||
create_document_stack(form, file, filename, extension)
|
||||
|
||||
return redirect(url_for('document_bp/documents'))
|
||||
return redirect(url_for('document_bp.documents'))
|
||||
|
||||
return render_template('document/add_document.html', form=form)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user