Merged in [10895] from rjsparks@nostrum.com:

Remove a bit of template development debug material that had made it into production.
 - Legacy-Id: 10933
Note: SVN reference [10895] has been migrated to Git commit bfe41021b4
This commit is contained in:
Henrik Levkowetz 2016-03-16 07:56:39 +00:00
commit d856a500db

View file

@ -11,8 +11,6 @@
<div class="buttonlist" >
{% if user|has_role:"Secretariat,Area Director,WG Chair,WG Secretary,RG Chair,RG Secretary,IRTF Chair,Team Chair" %}
<a class="btn btn-default" id="addsessionsbutton" href="{% url 'ietf.doc.views_doc.add_sessionpresentation' name=doc.name %}">Link to more sessions</a>
{% else %}
{{user}} failed the has_role check
{% endif %}
</div>