forked from CGM_Public/pretix_original
Remove unneeded space
This commit is contained in:
@@ -4,12 +4,11 @@
|
|||||||
{% load eventurl %}
|
{% load eventurl %}
|
||||||
{% block title %}{% trans "Event overview" %}{% endblock %}
|
{% block title %}{% trans "Event overview" %}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div>
|
{% if organizer_homepage_text %}
|
||||||
{% if organizer_homepage_text %}
|
<div>
|
||||||
{{ organizer_homepage_text | rich_text }}
|
{{ organizer_homepage_text | rich_text }}
|
||||||
{% endif %}
|
</div>
|
||||||
</div>
|
{% endif %}
|
||||||
<div class="clearfix"></div>
|
|
||||||
<h3>{{ date|date:"F Y" }}</h3>
|
<h3>{{ date|date:"F Y" }}</h3>
|
||||||
<form class="form-inline" method="get" id="monthselform" action="{% eventurl request.organizer "presale:organizer.index" %}">
|
<form class="form-inline" method="get" id="monthselform" action="{% eventurl request.organizer "presale:organizer.index" %}">
|
||||||
<input type="hidden" name="style" value="calendar">
|
<input type="hidden" name="style" value="calendar">
|
||||||
|
|||||||
Reference in New Issue
Block a user