prevent json-ld bombing, turn off browser autocomplete on channel sources creation

This commit is contained in:
zotlabs
2018-08-11 16:16:54 -07:00
parent 1d13cc1601
commit 5afe779ffc
3 changed files with 18 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<div class="descriptive-text">{{$desc}}</div>
<form action="sources" method="post">
<form action="sources" method="post" autocomplete="off" >
<input type="hidden" id="id_abook" name="abook" value="{{$abook}}" />
{{include file="field_input.tpl" field=$name}}
{{include file="field_input.tpl" field=$tags}}