summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-22 10:40:24 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-22 10:40:24 +0200
commitae2188754334276e80e2645c5e2ac76ca6b2297d (patch)
treec6c7b407a1c478eb093193ef1a2fe11993b797da
parent414f1791075de4d46483226b62f63474d82490c7 (diff)
downloadwww-ae2188754334276e80e2645c5e2ac76ca6b2297d.tar.gz
www-ae2188754334276e80e2645c5e2ac76ca6b2297d.tar.bz2
www-ae2188754334276e80e2645c5e2ac76ca6b2297d.zip
templates/host: shorten the hostname heading
-rw-r--r--templates/host.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/host.html b/templates/host.html
index eac2066..074867d 100644
--- a/templates/host.html
+++ b/templates/host.html
@@ -3,7 +3,7 @@
{% block title %}{{hostname}}{% endblock %}
{% block content %}
-<h1>{{hostname}}</h1>
+<h1>{{hostname|replace('.spline.inf.fu-berlin.de', '')}}</h1>
<ul class="nav nav-tabs">
<li class="active"><a href="#info" data-toggle="tab">Info</a></li>