Commit a2271d4e by Bridger Maxwell Committed by Kyle Fiedler

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

parent b402cde6
...@@ -34,9 +34,11 @@ ...@@ -34,9 +34,11 @@
<section class="container dashboard"> <section class="container dashboard">
%if message:
<section class="dashboard-banner"> <section class="dashboard-banner">
${message} ${message}
</section> </section>
%endif
<section class="profile-sidebar"> <section class="profile-sidebar">
<header class="profile"> <header class="profile">
......
Markdown is supported
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