Remove a bit of template development debug material that had made it into production. Commit ready for merge.

- Legacy-Id: 10895
This commit is contained in:
Robert Sparks 2016-03-04 21:13:44 +00:00
parent 3471001b5c
commit bfe41021b4

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>