diff options
Diffstat (limited to 'sbhs/templates/dashboard/update_mid.html')
-rw-r--r-- | sbhs/templates/dashboard/update_mid.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sbhs/templates/dashboard/update_mid.html b/sbhs/templates/dashboard/update_mid.html new file mode 100644 index 0000000..ea2eb4d --- /dev/null +++ b/sbhs/templates/dashboard/update_mid.html @@ -0,0 +1,9 @@ +{% extends 'dashboard/dashboard_index.html' %} +{% block title %} + Update MID +{% endblock %} +{% block main %} + <div> + <h4>Update MID</h4> + </div> +{% endblock %}
\ No newline at end of file |