mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 12:06:06 +00:00
Merge branch 'master' into url_for_static_assets
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
<body class="hold-transition skin-blue sidebar-mini {% if not SETTING.get('fullscreen_layout') %}layout-boxed{% endif %}">
|
||||
{% if OFFLINE_MODE %}
|
||||
{% set gravatar_url = "{{ url_for('static', filename='img/gravatar.png') }}" %}
|
||||
{% else %}
|
||||
{% elif current_user.email is defined %}
|
||||
{% set gravatar_url = current_user.email|email_to_gravatar_url(size=80) %}
|
||||
{% endif %}
|
||||
<div class="wrapper">
|
||||
|
Reference in New Issue
Block a user