mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-15 20:46:06 +00:00
Added head_styles Jinja block to base view template head section to allow for page specific style injections.
Continuing work on the re-design and clean-up of the dashboard view.
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
{% if SETTING.get('custom_css') %}
|
||||
<link rel="stylesheet" href="/static/custom/{{ SETTING.get('custom_css') }}">
|
||||
{% endif %}
|
||||
{% block head_styles %}{% endblock %}
|
||||
{% endblock %}
|
||||
</head>
|
||||
|
||||
|
Reference in New Issue
Block a user