dont show day menu on event detail page
This commit is contained in:
parent
a8844fa72b
commit
b44e23a3d0
|
@ -1,7 +1,7 @@
|
||||||
{% extends 'program_base.html' %}
|
{% extends 'schedule_base.html' %}
|
||||||
{% load commonmark %}
|
{% load commonmark %}
|
||||||
|
|
||||||
{% block program_content %}
|
{% block schedule_content %}
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
<small style="background-color: {{ event.event_type.color }}; border: 0; color: {% if event.event_type.light_text %}white{% else %}black{% endif %}; display: inline-block; padding: 5px;">
|
<small style="background-color: {{ event.event_type.color }}; border: 0; color: {% if event.event_type.light_text %}white{% else %}black{% endif %}; display: inline-block; padding: 5px;">
|
||||||
|
|
Loading…
Reference in a new issue