prevent json-ld bombing, turn off browser autocomplete on channel sources creation
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user