Fix 404 caused by recent_posts.html loading wrong JS filename

This commit is contained in:
rosemash 2022-01-22 10:43:53 -08:00 committed by Fredrick Brennan
parent 8512321669
commit 52321abc7b

View File

@ -1,4 +1,4 @@
<script src="{{ config.additional_javascript_url }}js/mod/recent_posts.js"></script>
<script src="{{ config.additional_javascript_url }}js/mod/recent-posts.js"></script>
{% if not posts|count %}
<p style="text-align:center" class="unimportant">({% trans 'There are no active posts.' %})</p>
{% else %}