Fix storage page by storing file sizes in the db
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
{{ form_scripts() }}
|
||||
{{ easymde_scripts() }}
|
||||
{% if enable_wizard %}
|
||||
<script src="/static/js/polltask.js?v=3"></script>
|
||||
<script src="/static/js/polltask.js?v=4"></script>
|
||||
<script src="/static/js/package_create.js"></script>
|
||||
{% endif %}
|
||||
<script src="/static/js/package_edit.js?v=4"></script>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
{% if "error" in info or info.status == "FAILURE" or info.status == "REVOKED" %}
|
||||
<pre style="white-space: pre-wrap; word-wrap: break-word;">{{ info.error }}</pre>
|
||||
{% else %}
|
||||
<script src="/static/js/polltask.js?v=3"></script>
|
||||
<script src="/static/js/polltask.js?v=4"></script>
|
||||
<noscript>
|
||||
{{ _("Reload the page to check for updates.") }}
|
||||
</noscript>
|
||||
|
||||
Reference in New Issue
Block a user