integration/edition.html
changeset 69 e56b4456668f
parent 65 60a1e58b0a08
child 73 475e5fb0ea2b
equal deleted inserted replaced
65:60a1e58b0a08 69:e56b4456668f
   366         hashcut_page: "hashcut.html?project="
   366         hashcut_page: "hashcut.html?project="
   367     };
   367     };
   368     
   368     
   369     $(function() {
   369     $(function() {
   370         var hashcut = IriSP.editor({
   370         var hashcut = IriSP.editor({
   371            //url: "data/bpidata.json",
   371             csrf_token: "{{csrf_token}}",
   372            //url: "data/moon-local.json",
   372             creator: "{{username}}",
   373            filter: {
   373             filter: {
   374                tags__icontains: "Hashcut"
   374                 tags__icontains: "Hashcut"
   375            }
   375             }
   376        });
   376        });
   377     });
   377     });
   378         </script>
   378         </script>
   379     </body>
   379     </body>
   380 </html>
   380 </html>