1
0
Fork 0

Javascript boost/favorite button

This commit is contained in:
Mouse Reeve 2020-03-15 18:12:45 -07:00
parent f084952123
commit d28efe54dd
4 changed files with 48 additions and 10 deletions

View file

@ -70,7 +70,7 @@
</div>
<script>
var csrf_token = {{ csrf_token }};
var csrf_token = '{{ csrf_token }}';
</script>
<script src="/static/js/shared.js"></script>
</body>