mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-06-26 16:19:24 +00:00
Safely omit IP if it is not available.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
<li><a href="/" {% if page == 'network' %} class="selected" {% endif %}>Network</a></li>
|
||||
<li><a href="/about"{% if page == 'about' %} class="selected" {% endif %}>About</a></li>
|
||||
<li><a href="https://github.com/zielmicha/fc00.org">Source</a></li>
|
||||
<li><tt>{{ ip }}</tt></li>
|
||||
<li><tt>{% if ip is not none %}{{ ip }}{% endif %}</tt></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user