diff --git a/djangoshaker/templates/djangoshaker/measure_list.html b/djangoshaker/templates/djangoshaker/measure_list.html new file mode 100644 --- /dev/null +++ b/djangoshaker/templates/djangoshaker/measure_list.html @@ -0,0 +1,18 @@ +{% extends "djangoshaker/template.html" %} + +{% load djangoshaker_html_helpers %} + +{% block title %}Django Shaker - Measure List {% endblock %} + +{% block header_title %}Measure List{% endblock %} + +{% block content %} + + + +{% endblock %} +