Scott Baker | 2240034 | 2014-11-03 14:53:13 -0800 | [diff] [blame] | 1 | {% load admin_static %} |
Scott Baker | a916aa1 | 2014-11-03 14:35:58 -0800 | [diff] [blame] | 2 | <html> |
Scott Baker | 2240034 | 2014-11-03 14:53:13 -0800 | [diff] [blame] | 3 | <head> |
| 4 | <link rel="stylesheet" type="text/css" href="{% block stylesheet %}{% endblock %}"/> |
| 5 | <link rel="stylesheet" type="text/css" href="{% static 'suit/bootstrap/css/bootstrap.min.css' %}" media="all"/> |
| 6 | <script src="{% static 'suit/js/jquery-1.9.1.min.js' %}"></script> |
| 7 | <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> |
| 8 | {% block extrahead %}{% endblock %} |
| 9 | </head> |
Scott Baker | a916aa1 | 2014-11-03 14:35:58 -0800 | [diff] [blame] | 10 | <body>{% block content %}{% endblock %}</body> |
| 11 | </html> |