diff --git a/ivatar/tools/templates/check_domain.html b/ivatar/tools/templates/check_domain.html index fd836c8..560779b 100644 --- a/ivatar/tools/templates/check_domain.html +++ b/ivatar/tools/templates/check_domain.html @@ -37,44 +37,51 @@ {% if result %}
| {% trans 'HTTP avatar server:' %} | -
- {% if result.avatar_server_http %}
- {{result.avatar_server_http}}
- {% if result.avatar_server_http_ipv4 %}
- {{ result.avatar_server_http_ipv4 }} - {% else %} - {% trans 'Warning: no A record for this hostname' %} - {% endif %} - {% if result.avatar_server_http_ipv6 %} - {{ result.avatar_server_http_ipv6 }} - {% endif %} - {% else %} - {% trans 'use http://cdn.libravatar.org' %} - {% endif %} - |
-
| {% trans 'HTTPS avatar server:' %} | -
- {% if result.avatar_server_https %}
- {{result.avatar_server_https}}
- {% if result.avatar_server_https_ipv4 %}
- {{ result.avatar_server_https_ipv4 }} - {% else %} - {% trans 'Warning: no A record for this hostname' %} - {% endif %} - {% if result.avatar_server_https_ipv6 %} - {{ result.avatar_server_https_ipv6 }} - {% endif %} - {% else %} - {% trans 'use https://seccdn.libravatar.org' %} - {% endif %} - |
-