Fix some issues
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
<form method="POST" enctype="multipart/form-data" id="kb-form"
|
||||
data-article-id="{{ article.id if article else '' }}"
|
||||
data-atts-url="{{ url_for('admin.kb_get_attachments', article_id=article.id) if article else '' }}">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Title *</label>
|
||||
<input type="text" class="form-control" name="title" required
|
||||
|
||||
Reference in New Issue
Block a user