aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-29 18:41:09 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-29 18:41:09 +0000
commitec0e89c21db155ae3e1b0d2ab86286eaa96d1995 (patch)
treebcb5b532154f99556871bb80fc5f7058a7314808 /app/templates
parent2975f94d9effb4bf509945b60a7f7872098ede86 (diff)
downloadcheatdb-ec0e89c21db155ae3e1b0d2ab86286eaa96d1995.tar.xz
Fix bug in package_create.js
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/packages/create_edit.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/app/templates/packages/create_edit.html b/app/templates/packages/create_edit.html
index e6fe400..4323d61 100644
--- a/app/templates/packages/create_edit.html
+++ b/app/templates/packages/create_edit.html
@@ -14,13 +14,7 @@
{% if enable_wizard %}
<script src="/static/url.min.js"></script>
<script src="/static/polltask.js"></script>
- <script src="/static/package_create.js?v=2"></script>
- <noscript>
- <div class="alert alert-warning">
- <span class="icon_message"></span>
- Javascript is needed to automatically import metadata from VCS.
- </div>
- </noscript>
+ <script src="/static/package_create.js?v=3"></script>
{% endif %}
<script src="/static/package_edit.js?v=3"></script>
{% endblock %}
@@ -34,6 +28,13 @@
Have you read the Package Inclusion Policy and Guidance yet?
</div>
+ <noscript>
+ <div class="alert alert-warning">
+ Javascript is needed to improve the user interface, and is needed for features
+ such as finding metadata from git, and autocompletion.<br />
+ Whilst disabled Javascript may work, it is not officially supported.
+ </div>
+ </noscript>
{{ package_lists() }}