File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ def resurrect(request, name):
387387class AddCommentForm (forms .Form ):
388388 comment = forms .CharField (required = True , widget = forms .Textarea )
389389
390- @group_required ('Area_Director' ,'Secretariat' )
390+ @group_required ('Area_Director' ,'Secretariat' , 'IANA' )
391391def add_comment (request , name ):
392392 """Add comment to Internet Draft."""
393393 doc = get_object_or_404 (InternetDraft , filename = name )
Original file line number Diff line number Diff line change 11{% extends "idrfc/doc_main.html" %}
2+ <!--
23{% comment %}
34Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
45All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
3233(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3334OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3435{% endcomment %}
36+ -->
3537
3638{% load ietf_filters %}
3739
4042{% include "idrfc/doc_diffs.html" %}
4143{% endif %}
4244< h2 style ="margin-top:1em; "> Document history</ h2 >
43- {% if user|in_group:"Area_Director,Secretariat" and doc.in_ietf_process %}
45+ {% if user|in_group:"Area_Director,Secretariat,IANA " and doc.in_ietf_process %}
4446< div style ="margin-bottom:8px " id ="history_actions ">
4547 < span id ="doc_add_comment_button " class ="yui-button yui-link-button " style ="margin-left:2px; "> < span class ="first-child "> < a href ="{% url doc_add_comment name=doc.draft_name %} "> Add comment</ a > </ span > </ span >
4648</ div >
You can’t perform that action at this time.
0 commit comments