File tree Expand file tree Collapse file tree 2 files changed +25
-23
lines changed
junction/templates/proposals Expand file tree Collapse file tree 2 files changed +25
-23
lines changed Original file line number Diff line number Diff line change 72
72
< tr >
73
73
< td > </ td >
74
74
< td > {{total}}</ td >
75
- < td > {{reviewed}}</ td >
76
- < td > {{unreviewed}}</ td >
75
+ < td > < a href ="{% url 'proposal-state' conference.slug%}?q=reviewed ">
76
+ {{reviewed}}</ a > </ td >
77
+ < td > < a href ="{% url 'proposal-state' conference.slug%}?q=unreviewed ">
78
+ {{unreviewed}}</ a > </ td >
77
79
</ tr >
78
80
</ table >
79
81
</ div >
95
97
< tr >
96
98
< td > {{count.3}}</ td >
97
99
< td > < a href ="{% url 'proposals-list' conference.slug%}?proposal_type={{group}} "> {{count.0}}</ a > </ td >
98
- < td > < a href ="{% url 'proposal-state' conference.slug%}?q=reviewed ">
99
- {{count.1}}</ a > </ td >
100
- < td > < a href ="{% url 'proposal-state' conference.slug%}?q=unreviewed ">
101
- {{count.2}}</ a > </ td >
100
+ < td > {{count.1}}</ td >
101
+ < td > {{count.2}}</ td >
102
102
</ tr >
103
103
{% endfor %}
104
104
</ table >
Original file line number Diff line number Diff line change 52
52
</ div >
53
53
</ div >
54
54
55
- < div class ="row ">
56
- < div class ="col-xs -6 col-sm-6 ">
57
- < div class ="panel panel-primary ">
58
- < div class ="panel-heading "> {{ state }} proposals</ div >
59
- < div class ="panel-body ">
60
- {% for section, proposal_list in proposals.items %}
61
- < h3 class ="section-title "> {{ section }}</ h3 >
62
- {% for proposal in proposal_list %}
63
- < h4 class ="proposal--title ">
64
- < a href ='{{ proposal.get_absolute_url }} '> {{ forloop.counter}}. {{ proposal.title|capfirst }}</ a >
65
- - {{ proposal.proposal_type }}
66
- </ h4 >
67
- {% endfor %}
55
+ < section class ="content custom-container proposal-list ">
56
+ < div class ="push-4-bottom push-1-top ">
57
+ < div class ="row ">
58
+ < div class ="col-xs -12 col-sm-12 ">
59
+ < p class ="meta ">
60
+ < h2 class ="panel-heading "> {{ state }} proposals</ h2 >
61
+ </ p >
68
62
< hr >
69
- {% endfor %}
63
+ < div class ="#proposals " class ="row "">
64
+ {% for section, proposal_list in proposals.items %}
65
+ < h3 class ="section-title "> {{ section }}</ h3 >
66
+ {% for proposal in proposal_list %}
67
+ < h4 class ="proposal--title ">
68
+ < a href ='{{ proposal.get_absolute_url }} '> {{ forloop.counter}}. {{ proposal.title|capfirst }}</ a >
69
+ - {{ proposal.proposal_type }}
70
+ </ h4 >
71
+ {% endfor %}
72
+ < hr >
73
+ {% endfor %}
74
+ </ div >
70
75
</ div >
71
76
</ div >
72
77
</ div >
73
- </ div >
74
-
75
- </ div >
76
78
</ section >
77
79
{% endblock %}
You can’t perform that action at this time.
0 commit comments