Backend- support for adding descriptions to pages, posts, photos
This commit is contained in:
parent
4564aa9534
commit
d09f49ed24
7 changed files with 36 additions and 0 deletions
|
|
@ -19,6 +19,9 @@
|
|||
<div class="row">
|
||||
{{ form_row(form.date) }}
|
||||
</div>
|
||||
<div class="row">
|
||||
{{ form_row(form.description) }}
|
||||
</div>
|
||||
<div class="row">
|
||||
{{ form_row(form.text) }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue