Fixed a typo.

- Legacy-Id: 8833
This commit is contained in:
Henrik Levkowetz 2014-12-22 19:43:26 +00:00
parent 90b4794c3b
commit 82fd20bfa2

View file

@ -28,7 +28,7 @@
{% block iprlist %}
{% for ipr in iprs %}
{% if user|has_role:"Secretariat" %}{% ifchanged %}<tr><td colspan="3"><h3>{{ ipr.state.name }}</h3></td></tr>{% endifchanged %}{% endif %}
<tbody bgcolor="#{% cycle' eeeeee','dddddd' as bgcolor %}">
<tbody bgcolor="#{% cycle 'eeeeee','dddddd' as bgcolor %}">
<tr valign="top">
<td colspan="3">
{% block intro_prefix %}IPR that was submitted by <b><i>{{ q }}</i></b>, and{% endblock %}