We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8cc3be + 3fa3c9e commit 1440b60Copy full SHA for 1440b60
openlibrary/templates/site/body.html
@@ -27,7 +27,7 @@
27
$#print errors (hidden by default as styles are loaded via JS)
28
<div class="flash-messages">
29
$for flash in get_flash_messages():
30
- <div class="$flash.type"><span>$:flash.message</span></div>
+ <div class="$flash.type"><span>$flash.message</span></div>
31
</div>
32
$# Announcement banner will only be rendered if announcement and storage_key variables are set.
33
$# Be sure to escape any single quotes inside of the announcement HTML string.
0 commit comments