Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hasadna/Open-Knesset into osubs_v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Mar 7, 2015
2 parents 1ad0e43 + 5d1fa3a commit 03f6c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/committees/committeemeeting_detail.html
Expand Up @@ -60,7 +60,7 @@ <h1>{{ object.topics|safe }}</h1>
<div class="span6 social-details"> <div class="span6 social-details">
<div class="spacer fill"> <div class="spacer fill">
<h2>{% trans "MKs attended" %}</h2> <h2>{% trans "MKs attended" %}</h2>
{% include "committees/committee_member_photos.html" with members=members chairpersons=object.committee.chairpersons.all replacements=object.committee.replacements.all%} {% include "committees/committee_member_photos.html" with members=members chairpersons=object.committee.chairpersons.all replacements=object.committee.replacements.all extra_class="committee-members"%}


{% if perms.committees.change_committeemeeting %} {% if perms.committees.change_committeemeeting %}
<form method="post" action="." class="form-inline">{% csrf_token %} <form method="post" action="." class="form-inline">{% csrf_token %}
Expand Down

0 comments on commit 03f6c94

Please sign in to comment.