Make it possible to hide the "full information" link on the session
list template by wrapping it in a span with a class. When the list
is embedded on the conference website the link makes little sense
and is somewhat confusing.
The following list contains all the talks that have been approved so far
for {{conference}}.
Note that they may not yet have been scheduled!
-You can find the full conference information at the
-<a href="{{conference.confurl}}">conference website</a>.
+<span class="sessionlistmoreinfo">You can find the full conference information at the
+<a href="{{conference.confurl}}">conference website</a>.</span>
</p>
{%for track,sessionlist in sessions|groupby_sort('track', 'sortkey')%}