Fixed a typo.
- Legacy-Id: 8833
This commit is contained in:
parent
90b4794c3b
commit
82fd20bfa2
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue