1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#101700 change csrf token access

This commit is contained in:
Arthur
2022-08-29 14:40:03 -07:00
parent 6571faad6c
commit cdea30253b
12 changed files with 27 additions and 65 deletions

View File

@@ -99,6 +99,7 @@
}
return setMode("light", true);
})();
window.CSRF_TOKEN = "{{ csrf_token }}";
</script>
{# Static resources #}