File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
junction/templates/profiles Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -87,4 +87,7 @@ qr_files/
87
87
# mypy cache
88
88
** /.mypy_cache
89
89
90
+ # VSCode
91
+ .vscode /
92
+
90
93
tmp /
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ <h1>Your Proposals</h1>
34
34
< br >
35
35
{% if conf_proposals %}
36
36
{% for conference,proposals in conf_proposals.items %}
37
- < h3 > < a href ="{% url 'proposals-list' conference|slugify %} "> {{ conference }}</ a > </ h3 >
37
+ < h3 > < a href ="{% url 'proposals-list' proposals.0. conference.slug %} "> {{ conference }}</ a > </ h3 >
38
38
{% for proposal in proposals %}
39
39
< div class ="row user-proposals proposal " data-type ="{{proposal.proposal_type}} " data-comment ="{{proposal|reviewer_comments:request.user}} ">
40
40
< div class ="col-xs-12 " >
You can’t perform that action at this time.
0 commit comments