mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
Fix 404 caused by recent_posts.html loading wrong JS filename
This commit is contained in:
parent
8512321669
commit
52321abc7b
@ -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…
x
Reference in New Issue
Block a user