Skip to content
Snippets Groups Projects
Commit 0fefef69 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-7158: remove extra wrapping div for emergency notifications

parent 3d20e252
No related branches found
No related tags found
1 merge request!234ISTWCMS-7158: add emergency notifcation patterns
......@@ -18,11 +18,9 @@
{{ emergency_notification.heading }}
</div>
{% endif %}
<div class="emergency-notification__content">
<div id="block-emergency-notification" class="block block-uw-custom-blocks block-uw-cbl-emergency-notification">
<div class="emergency-notification__content">
{{ emergency_notification.notification }}
</div>
<div id="block-emergency-notification" class="block block-uw-custom-blocks block-uw-cbl-emergency-notification">
<div class="emergency-notification__content">
{{ emergency_notification.notification }}
</div>
</div>
{% if pattern_lab %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment