~lars-luthman-deactivatedaccount/ppvalbok/remove-bookings

« back to all changes in this revision

Viewing changes to templates/view_region.html

  • Committer: Lars Luthman
  • Date: 2009-04-16 17:07:48 UTC
  • Revision ID: lars.luthman@gmail.com-20090416170748-ge7onto9s9ulqmw1
Added voter and ballot fields to stations and regions, displayed the number of voters per subregion on the region page

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                <h3>Delregioner</h3>
26
26
                {% for subregion in subregions %}
27
27
                <div class="subregion">
28
 
                                <a href="../{{ subregion.shortname }}/">
29
 
                                       {{ subregion.name }}</a>
30
 
                                [{{ subregion.total_booked_stations }} /
31
 
                                 {{ subregion.total_stations }}]
32
 
 
 
28
                        <a href="../{{ subregion.shortname }}/">
 
29
                                {{ subregion.name }}</a>
 
30
                        [{{ subregion.total_booked_stations }} /
 
31
                        {{ subregion.total_stations }}]
 
32
                        <div class="subregion_info">
 
33
                                {{ subregion.total_voters }} v&auml;ljare
 
34
                        </div>
33
35
                </div>
34
36
                {% endfor %}
35
37
        </div>