templates: bust all js caches with resource_version

This commit is contained in:
Zankaria 2024-08-22 00:09:28 +02:00
parent b438283e32
commit abfa773282
6 changed files with 25 additions and 25 deletions

View file

@ -1,4 +1,4 @@
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.min.js?v={{ config.resource_version }}"></script>
<div style="text-align:center">
<p class="unimportant">
{% if board %}
@ -27,7 +27,7 @@
<table>
<tr><th>{% trans %}URL{% endtrans %}</th><th>{% trans %}Title{% endtrans %}</th></tr>
<tr><td><input type="text" name="page"></td><td><input type="text" name="title"></td>
</table>
</table>
<input type="submit" value="{% trans %}Create{% endtrans %}">
</form>