misonL commited on
Commit
53d65a2
·
verified ·
1 Parent(s): 2003977

Upload _base.html

Browse files
Files changed (1) hide show
  1. app/web/templates/_base.html +1 -0
app/web/templates/_base.html CHANGED
@@ -580,5 +580,6 @@
580
  console.log('DOMContentLoaded: SPA click handler attached to body.');
581
  });
582
  </script>
 
583
  </body>
584
  </html>
 
580
  console.log('DOMContentLoaded: SPA click handler attached to body.');
581
  });
582
  </script>
583
+ {% block scripts %}{% endblock %}
584
  </body>
585
  </html>