mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 12:06:06 +00:00
Fix #614. Can not enable dnssec
This commit is contained in:
@ -171,6 +171,9 @@
|
||||
<script type="text/javascript">
|
||||
$SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
var PDNS_VERSION = '{{ pdns_version }}'
|
||||
</script>
|
||||
{% block scripts %}
|
||||
{% assets "js_main" -%}
|
||||
<script type="text/javascript" src="{{ ASSET_URL }}"></script>
|
||||
|
Reference in New Issue
Block a user