Skip to content

Commit

Permalink
make the team BVC link go to the teams BVC
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Jun 15, 2016
1 parent 462c34b commit 86bfc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teamtemp/templates/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Survey Teams</h1>
<tr><th>Survey Link</th><th>Big Visual Chart</th><th>Admin Results</th><th>Team Config</th></tr>
{% for team in survey_teams %}
<tr><td><a href="{% url 'teamtemp.views.submit' survey_id=id team_name=team.team_name %}"> {{ team.pretty_team_name }}</a></td>
<td><a href="{% url 'teamtemp.views.bvc' survey_id=id%}">BVC</a></td>
<td><a href="{% url 'teamtemp.views.bvc' survey_id=id team_name=team.team_name %}">BVC</a></td>
<td><a href="{% url 'teamtemp.views.admin' survey_id=id team_name=team.team_name %}">Team Results</a></td>
<td><a href="{% url 'teamtemp.views.team' survey_id=id team_name=team.team_name %}">Edit Team</a></td>
</tr>
Expand Down

0 comments on commit 86bfc70

Please sign in to comment.