From ef0f3886219c59e75ccf0b0be8647999f566ae32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 3 Oct 2017 16:22:44 +0200 Subject: [PATCH] style track details --- nonstop/templates/nonstop/track_detail.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/nonstop/templates/nonstop/track_detail.html b/nonstop/templates/nonstop/track_detail.html index ddc143d..8e1fde1 100644 --- a/nonstop/templates/nonstop/track_detail.html +++ b/nonstop/templates/nonstop/track_detail.html @@ -24,6 +24,11 @@ {% if object.file_exists %} +
+{% if internal_ip %} + +{% endif %} +
{% csrf_token %} {{ metadata_form.as_p }} @@ -31,6 +36,19 @@
+ {% endif %} + + {% endblock %} -- GitLab