Missing body_class in map_detail
This commit is contained in:
parent
bd005e97ed
commit
aa3d01c707
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
{% load chickpea_tags compress %}
|
||||
{% block title %}{{ map.name }}{% endblock %}
|
||||
{% block body_class %}map_detail{% endblock %}
|
||||
|
||||
{% block extra_head %}
|
||||
{% compress css %}
|
||||
|
|
Loading…
Reference in a new issue