mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 00:26:57 -04:00
Added check for the presence of radar_url.
This commit is contained in:
@@ -73,11 +73,13 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
#if $Extras.has_key('radar_url')
|
||||
<!-- yes I was too lazy to CSS the style below :-) -->
|
||||
<div class="radar">
|
||||
<a href="$Extras.radar_url"><img src="$Extras.radar_url"></img></a>
|
||||
<p style="font-size: 12px; color: black; text-align: center;"> $current.dateTime</p>
|
||||
</div>
|
||||
#end if
|
||||
|
||||
</center>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user