Skip to content
Snippets Groups Projects
Commit a2271d4e authored by Bridger Maxwell's avatar Bridger Maxwell Committed by Kyle Fiedler
Browse files

The message div will only show up when there is a message to display.

parent b402cde6
No related merge requests found
......@@ -34,9 +34,11 @@
<section class="container dashboard">
<section class="dashboard-banner">
${message}
</section>
%if message:
<section class="dashboard-banner">
${message}
</section>
%endif
<section class="profile-sidebar">
<header class="profile">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment