Add missing error block.

This commit is contained in:
David Molineus
2019-01-10 16:41:03 +01:00
parent cb3e9bc8b4
commit c4feeb1b38
2 changed files with 4 additions and 1 deletions

View File

@@ -12,7 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- Fix broken api routes in Contao 4.6/Symfony 4 (#69). - Fix broken api routes in Contao 4.6/Symfony 4 (#69)
- Fix broken about.html.twig template. Error block was missing
## 3.1.2 - 2018-12-18 ## 3.1.2 - 2018-12-18

View File

@@ -2,6 +2,8 @@
{% block headline %}{{ "MOD.leaflet_about.1"|trans({}, 'contao_modules') }}{% endblock %} {% block headline %}{{ "MOD.leaflet_about.1"|trans({}, 'contao_modules') }}{% endblock %}
{% block error %}{% endblock %}
{% block main %} {% block main %}
<div class="netzmacht-leaflet-credits"> <div class="netzmacht-leaflet-credits">
<div class="header"> <div class="header">