The "Back" link on session and speaker display currently takes the
user to the sessionlist, which may not be where the user actually
came from. This wraps the link in a div element such that an event
can hide it with visibility settings in the override CSS in case it
doesn't make sense.
{%block title%}Conference Schedule - {{conference}}{%endblock%}
{%block content%}
<h1>Conference Schedule - {{conference}}</h1>
-<a href="../../">Back</a><br/>
+<div class="sessionlistlink"><a href="../../">Back</a><br/></div>
<h2>{{session.title}}</h2>
<p>
{%block title%}Conference Schedule - {{conference}}{%endblock%}
{%block content%}
<h1>Conference Schedule - {{conference}}</h1>
-<a href="../../">Back</a><br/>
+<div class="sessionlistlink"><a href="../../">Back</a><br/></div>
{%if speaker.photofile %}
<img src="../../../../speaker/{{speaker.id}}/photo/" align="right" />