Entry: handle originUrl in edit form, update translations

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2017-09-09 19:32:42 +02:00
parent e0ef1a1c8b
commit 03b020eb20
14 changed files with 22 additions and 0 deletions

View File

@ -27,6 +27,11 @@
{{ form_label(form.url) }}
{{ form_widget(form.url) }}
</div>
<div class="input-field s12">
{{ form_label(form.origin_url) }}
{{ form_widget(form.origin_url) }}
</div>
<br>
{{ form_widget(form.save, {'attr': {'class': 'btn waves-effect waves-light'}}) }}