add missing announcement

This commit is contained in:
Your Name 2022-05-31 21:49:11 -04:00
parent 60bea8393b
commit 260af2afd5

View file

@ -77,7 +77,9 @@
event.detail.headers['X-CSRFToken'] = '{{ csrf_token }}';
})
</script>
{% if unread_announcements %}
{% include "partial/_announcement.html" %}
{% endif %}
</body>
</html>