diff --git a/templates/jswrapper/waevrsthetic copy.html b/templates/jswrapper/waevrsthetic copy.html deleted file mode 100644 index 40cedc3..0000000 --- a/templates/jswrapper/waevrsthetic copy.html +++ /dev/null @@ -1,32 +0,0 @@ -{% extends 'base.html' %} -{% load string_filters %} - -{% block page_specific_css %} - -{% endblock page_specific_css %} - -{% block environment_javascript_vars %} -weavrs.weavr_name = "{{ weavr_name }}"; -weavrs.hub_url = "{{ HUB_URL }}"; -weavrs.debug = {% if DEBUG %}true{% else %}false{% endif %}; -{% endblock environment_javascript_vars %} - -{% block page_specific_external_javascript_to_load_using_LAB_js %} - .script("/media/js/weavrs.prosthetic.waevrsthetic.js?v=001").wait() -{% endblock page_specific_external_javascript_to_load_using_LAB_js %} - -{% block body_classes %} prosthetic-page{% endblock body_classes %} - -{% block page %} - -
-
- -
- -
- -
-
- -{% endblock page %} \ No newline at end of file