Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden authored Jun 29, 2022
1 parent 7457a63 commit 66f4d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds_web/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{% if g.motd %}
<div class="alert alert-warning" role="alert">
<h3>Important Information</h3>
{{ g.motd }}
<pre>{{ g.motd }}</pre>
</div>
{% endif %}
</div>
Expand Down

0 comments on commit 66f4d19

Please sign in to comment.