Skip to content
Snippets Groups Projects
Commit 75fb8fa2 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#582 - new macro that wraps the notification check and creation

parent fb05a984
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,14 @@
</body>
</#macro>
<#macro content>
<#if notification??>
<@showNotification notification/>
</#if>
<#nested>
</#macro>
<#macro showNotification notification>
<div class="row">
<div class="col s12 center-align">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment