Fix deleteme feature

The last step of the data deletion feature–when the admin user visits the link sent by the user requesting to delete their data–was broken due to the deleteme.js script not being loaded.
This commit is contained in:
Fredrik Appelros
2025-12-04 11:13:50 -06:00
committed by Umputun
parent bdee00b662
commit c6efcc56a9
@@ -71,5 +71,6 @@
<script>
var remark_config = { host: '<%= htmlWebpackPlugin.options.REMARK_URL %>' };
</script>
<script src="deleteme.js"></script>
</body>
</html>