Skip to content

Commit 04219b9

Browse files
committed
Fix two cycle calls that slipped past the merge, and delete file that somehow survived the merge
- Legacy-Id: 9073
1 parent a225fd5 commit 04219b9

3 files changed

Lines changed: 2 additions & 43 deletions

File tree

ietf/templates/ipr/details_edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2>Updates</h2>
9393
<input type="hidden" id="id_compliant" name="compliant" value="checked" />
9494
{% endif %}
9595

96-
<h2>{% cycle I,II,III,IV,V,VI,VII,VIII as section %}.
96+
<h2>{% cycle 'I','II','III','IV','V','VI','VII','VIII' as section %}.
9797
{% if form.instance|to_class_name == "ThirdPartyIprDisclosure" %}Possible{% endif %} Patent holder/applicant ("patent holder")</h2>
9898

9999
{% bootstrap_field form.holder_legal_name layout='horizontal' %}

ietf/templates/ipr/details_view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h2>Updates</h2>
103103

104104
<h2 role="form" class="form-horizontal">
105105

106-
<h2>{% cycle I,II,III,IV,V,VI,VII,VIII as section %}.
106+
<h2>{% cycle 'I','II','III','IV','V','VI','VII','VIII' as section %}.
107107
{% if ipr|to_class_name == "ThirdPartyIprDisclosure" %}Possible{% endif %}
108108
Patent Holder/Applicant ("Patent Holder")</h2>
109109

ietf/templates/liaisons/liaison_table.html

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)