Changeset - 32340c9a9834
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 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
...
 
@@ -12,12 +12,14 @@
 
      <br/>
 
      <input type="submit">
 
    </form>
 
  {% endif %}
 
<hr />
 

	
 
{% for report in reports %}
 
  <h3>{{ report.title }}</h3>
 
  <table class="table table-striped">
 
    <tr>
 
      {% for heading in report.headings %}
 
        <th>{{ heading }}</th>
 
      {% endfor %}
 
    </tr>
...
 
@@ -31,8 +33,9 @@
 
            {{ item }}
 
          </td>
 
        {% endfor %}
 
      </tr>
 
    {% endfor %}
 
  </table>
 
{% endfor %}
 

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