diff options
Diffstat (limited to 'src/templates/dashboard/grid.html')
-rw-r--r-- | src/templates/dashboard/grid.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/templates/dashboard/grid.html b/src/templates/dashboard/grid.html deleted file mode 100644 index ca47f44..0000000 --- a/src/templates/dashboard/grid.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} -{% if script %} <script>{{ script }}</script> {% endif %} -{% block content %} - {% for item in grid_items %} - <div class="grid-item" style="border:2px; border-style:solid; border-color:black; margin:3px"> - {{ item }} - </div> - {% endfor %} -{% endblock content %} |