Browse Source

Fix 404 caused by recent_posts.html loading wrong JS filename

main
rosemash 2 years ago
committed by Fredrick Brennan
parent
commit
52321abc7b
  1. 2
      templates/mod/recent_posts.html

2
templates/mod/recent_posts.html

@ -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 %}

Loading…
Cancel
Save