We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3471001 commit bfe4102Copy full SHA for bfe4102
1 file changed
ietf/templates/doc/material/all_presentations.html
@@ -11,8 +11,6 @@ <h1>Sessions linked to <a href="{% url 'doc_view' name=doc.name %}">{{doc.name}}
11
<div class="buttonlist" >
12
{% if user|has_role:"Secretariat,Area Director,WG Chair,WG Secretary,RG Chair,RG Secretary,IRTF Chair,Team Chair" %}
13
<a class="btn btn-default" id="addsessionsbutton" href="{% url 'ietf.doc.views_doc.add_sessionpresentation' name=doc.name %}">Link to more sessions</a>
14
- {% else %}
15
- {{user}} failed the has_role check
16
{% endif %}
17
</div>
18
0 commit comments