Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
fea83854
Commit
fea83854
authored
Apr 23, 2017
by
Nicolas Cn
Browse files
dossier/votes: add url to representatives profile
parent
c0a1fc55
Pipeline
#988
failed with stage
in 10 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/memopol/templates/representatives_votes/dossier_detail_votes.html
View file @
fea83854
...
...
@@ -35,7 +35,11 @@
<tbody>
{% for rep,rep_votes in votes_by_rep %}
<tr>
<td
class=
"representative"
>
{{ rep.full_name }}
</td>
<td
class=
"representative"
>
<a
href=
"{% url 'representative-votes' rep.slug %}"
>
{{ rep.full_name }}
</a>
</td>
{% for proposal in proposals %}
{% with rep_votes|getitem:proposal as vote %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment