Code Review
/
pharos-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fix Multiple Select Filter Widget
[pharos-tools.git]
/
dashboard
/
src
/
templates
/
dashboard
/
grid.html
1
{% extends "base.html" %}
2
{% load staticfiles %}
3
{% if script %} <script>{{ script }}</script> {% endif %}
4
{% block content %}
5
{% for item in grid_items %}
6
<div class="grid-item" style="border:2px; border-style:solid; border-color:black; margin:3px">
7
{{ item }}
8
</div>
9
{% endfor %}
10
{% endblock content %}