equal
deleted
inserted
replaced
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> |