added tag_edit

This commit is contained in:
2022-05-12 11:46:42 +02:00
parent 4f5bb3350e
commit 6e21f084cd
12 changed files with 213 additions and 13 deletions

View File

@@ -25,6 +25,11 @@
{{ form.tag(class_='form-control') }}
</div>
<div class="form-group">
<label class="required-field" for="author">{{ form.author.label }}</label>
{{ form.author(class_='form-control') }}
</div>
<p>
Topic : <strong>{{ entry.topic_id }}</strong>
{% if blog_id != '0' %}