2 Fehler behoben:

1.  Internet Explorer unterstützung für <main> Tag ist fehlerhaft, wurde per CSS Definituon behoben.
2.  Templates für registrierung versehntlich gelöscht, wurden im membership Modul wieder hergestellt.
This commit is contained in:
Christian Berg
2015-08-23 21:04:20 +02:00
parent a7bfd2157d
commit 9f350b9a1d
25 changed files with 281 additions and 79 deletions

View File

@@ -6,7 +6,7 @@
{% endblock %}
{% block teaser %}
<h2>{% trans 'Event Archive' %} {% if month %}{{ month|date:'F Y' }}{% elif year %}{{year|date:'Y'}}{% endif %}</h2>
<h1>{% trans 'Event Archive' %} {% if month %}{{ month|date:'F Y' }}{% elif year %}{{year|date:'Y'}}{% endif %}</h1>
{% endblock %}
{% block redbox %}

View File

@@ -14,7 +14,7 @@
{% block jumbotron_background %}{{ event.get_callout.url }}')}{% endblock %}
{% block teaser %}
<h2>{{event.name}}</h2>
<h1>{{event.name}}</h1>
<div id="teaser_text">
{% if event.description %}{{event.description|markdown}}{% else %}{{event.location.description|markdown}}{% endif %}
</div>