From 72a7cc41a3ffa2bd8ce21b57f6140c428f3410c6 Mon Sep 17 00:00:00 2001 From: James Tindall Date: Tue, 22 Nov 2011 20:12:16 +0000 Subject: [PATCH] cleanup after accepting stml pull request --- templates/jswrapper/waevrsthetic copy.html | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 templates/jswrapper/waevrsthetic copy.html 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