Commentaires obligés sur les POIs

This commit is contained in:
leosw
2026-01-20 21:53:09 +01:00
parent c96aca2bf4
commit 4eef5c1028
2 changed files with 2 additions and 9 deletions

View File

@@ -187,11 +187,6 @@ $(document).ready(function(){
<p id="abstract"></p>
<div id="specific_form"></div>
<label for="is_commentable">
<input type="checkbox" name="is_commentable" id="is_commentable" <?=$poi->is_commentable ? 'checked' : ''?> />
<span>Autoriser les commentaires</span>
</label>
<? if(isset($new) AND $new==1) { ?>
<div id="permalink_container">
<label id="permalink_label" for="permalink"><?=$config['web_root_folder']?>poi/</label>