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