templates: replace key with full_title

This commit is contained in:
Milan
2020-05-23 23:20:29 +02:00
parent eb5bfa7d62
commit 877cc1a347
4 changed files with 4 additions and 4 deletions

View File

@@ -285,7 +285,7 @@
<tr>
<td class="label"></td>
<td>
<TMPL_VAR start> - <TMPL_VAR key>
<TMPL_VAR start> - <TMPL_VAR full_title>
</td>
</tr>

View File

@@ -107,7 +107,7 @@
</td>
<td>
<!--<TMPL_VAR key>-->
<!--<TMPL_VAR full_title>-->
<TMPL_UNLESS has_single_events>
<TMPL_VAR series_name>
<TMPL_IF title> - <TMPL_VAR title></TMPL_IF>

View File

@@ -5,7 +5,7 @@
<h2>
<TMPL_VAR event.weekday_short_name>, <TMPL_VAR event.start_date_name> <TMPL_VAR event.start_time_name><br>
<TMPL_VAR event.key><br>
<TMPL_VAR event.full_title><br>
</h2>
<div class="panel">