|
|
@ -14,7 +14,7 @@
|
|
|
|
<div id="watch-add-wrapper-zone">
|
|
|
|
<div id="watch-add-wrapper-zone">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
{{ render_simple_field(form.url, placeholder="https://...", required=true) }}
|
|
|
|
{{ render_simple_field(form.url, placeholder="https://...", required=true) }}
|
|
|
|
{{ render_simple_field(form.tag, value=active_tag if active_tag else '', placeholder="watch group") }}
|
|
|
|
{{ render_simple_field(form.tag, value=active_tag if active_tag else '', placeholder="watch label / tag") }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
{{ render_simple_field(form.watch_submit_button, title="Watch this URL!" ) }}
|
|
|
|
{{ render_simple_field(form.watch_submit_button, title="Watch this URL!" ) }}
|
|
|
|