Disable opengraph block in base_plain.html (#279)
Since error pages lack the normal context, remove the block so it doesn't obscure errors with spew.
This commit is contained in:
parent
a815622190
commit
b36fa0de51
|
@ -2,6 +2,10 @@
|
|||
|
||||
{% block body_class %}no-sidebar{% endblock %}
|
||||
|
||||
{% block opengraph %}
|
||||
{# Error pages don't have the context loaded, so disable opengraph to keep it from spewing errors #}
|
||||
{% endblock %}
|
||||
|
||||
{% block body_main %}
|
||||
<header>
|
||||
<menu>
|
||||
|
|
Loading…
Reference in New Issue