Skip to content

Commit 42251f2

Browse files
committed
No longer allow adding RFC links
but keep BC for older posts with existing RFC links, so they can still view, edit or delete theirs.
1 parent bea785e commit 42251f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/prosilver/template/idea_body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
{% for status, id in STATUS_ARY %}<option value="{{ id }}">{{ lang(status) }}</option>{% endfor %}
5555
</select>{% endif %}
5656
</dd>
57-
{% if IDEA_RFC or S_CAN_EDIT %}
57+
{% if IDEA_RFC %}
5858
<dt class="idealabel">{{ lang('RFC') ~ lang('COLON') }}</dt>
5959
<dd>
6060
<a id="rfclink" class="ideamodbtn" href="{{ IDEA_RFC }}"{% if not IDEA_RFC %} style="display:none"{% endif %}>{{ IDEA_RFC }}</a>

0 commit comments

Comments
 (0)