forked from GithubBackups/healthchecks
fixed a few instances where the hc_extras wasn't loaded
This commit is contained in:
parent
89736d7ce7
commit
537b7c7541
@ -1,3 +1,4 @@
|
||||
{% load hc_extras %}
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
@ -184,7 +185,7 @@
|
||||
<!-- Logo -->
|
||||
<tr>
|
||||
<td class="email-masthead">
|
||||
<img src="{{ SITE_ROOT }}/static/img/logo-full.png" alt="" />
|
||||
<img src="{% site_root %}/static/img/logo-full.png" alt="" />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- Email Body -->
|
||||
|
@ -1,5 +1,5 @@
|
||||
{% extends "front/base_docs.html" %}
|
||||
{% load staticfiles %}
|
||||
{% load staticfiles hc_extras %}
|
||||
|
||||
{% block title %}Documentation - {% site_name %}{% endblock %}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{% extends "front/base_docs.html" %}
|
||||
{% load staticfiles %}
|
||||
{% load staticfiles hc_extras %}
|
||||
|
||||
{% block title %}REST API - {% site_name %}{% endblock %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user