Add tag support
This commit is contained in:
parent
ce10245c51
commit
ae440be40c
24 changed files with 475 additions and 15 deletions
|
|
@ -20,6 +20,9 @@
|
|||
<div class="row">
|
||||
{{ form_row(form.category) }}
|
||||
</div>
|
||||
<div class="row">
|
||||
{{ form_row(form.tags) }}
|
||||
</div>
|
||||
<div class="row">
|
||||
{{ form_row(form.thumbnail) }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue