Fix error caused by leftover code

This commit is contained in:
Björn Fromme
2018-08-28 13:51:47 +02:00
parent fb8ae069e6
commit e6738c49cb
@@ -34,9 +34,7 @@
<f:render partial="Facts" arguments="{facts: region.facts}"/>
<f:render partial="Snowreport" arguments="{snowreport: region.snowreport}"/>
<f:render partial="Regioninfo" arguments="{region: region}"/>
<ajax-content
uri="{ep:uri.ajax(action: 'webcam', controller: 'AjaxContent', arguments: '{region: region}', format: 'html')}"
></ajax-content>
<f:render partial="Region/Webcam" arguments="{region: region}"/>
<f:render partial="RegionMaps" arguments="{region: region}"/>
<f:render partial="RegionAward" arguments="{region: region}"/>
</f:if>