Wrap "full info" link on sessionlist in <span>
authorDaniel Gustafsson <daniel@yesql.se>
Mon, 27 Aug 2018 09:21:31 +0000 (11:21 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Mon, 27 Aug 2018 09:21:31 +0000 (11:21 +0200)
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.

template.jinja/confreg/sessionlist.html

index 41c42bada7a47e27bdc62accddf6470cc680c082..0a0872cf37d805306a9a7172482c5a71920f2664 100644 (file)
@@ -6,8 +6,8 @@
 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')%}