Changeset - 32340c9a9834
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-09-03 03:51:21
chrisjrn@gmail.com
Show sectioned reports
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/report.html
Show inline comments
...
 
@@ -16,4 +16,6 @@
 
<hr />
 

	
 
{% for report in reports %}
 
  <h3>{{ report.title }}</h3>
 
  <table class="table table-striped">
 
    <tr>
...
 
@@ -35,4 +37,5 @@
 
    {% endfor %}
 
  </table>
 
{% endfor %}
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)