Skip to content

Commit

Permalink
Merge b8a3262 into 87c3172
Browse files Browse the repository at this point in the history
  • Loading branch information
ananyo2012 committed Mar 22, 2020
2 parents 87c3172 + b8a3262 commit e5b7ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@ qr_files/
# mypy cache
**/.mypy_cache

#VSCode
.vscode/

tmp/
2 changes: 1 addition & 1 deletion junction/templates/profiles/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1>Your Proposals</h1>
<br>
{% if conf_proposals %}
{% for conference,proposals in conf_proposals.items %}
<h3><a href="{% url 'proposals-list' conference|slugify %}">{{ conference }}</a></h3>
<h3><a href="{% url 'proposals-list' proposals.0.conference.slug %}">{{ conference }}</a></h3>
{% for proposal in proposals %}
<div class="row user-proposals proposal" data-type="{{proposal.proposal_type}}" data-comment="{{proposal|reviewer_comments:request.user}}">
<div class="col-xs-12" >
Expand Down

0 comments on commit e5b7ff6

Please sign in to comment.