aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/as.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2019-08-10 02:57:40 -0700
committerJordan <me@jordan.im>2019-08-10 02:57:40 -0700
commitf21a1e86291657d74c4a42b6020e2d3565ecafb4 (patch)
treed4823d2a06b6aa838e19b76988d5a2c01bfa2a57 /tor-metrics/templates/as.html
parent279721eb9df87672213ba8ae1856698efc5d3d5f (diff)
downloadallium-f21a1e86291657d74c4a42b6020e2d3565ecafb4.tar.gz
allium-f21a1e86291657d74c4a42b6020e2d3565ecafb4.zip
per-relay pages, template cleanup
Diffstat (limited to 'tor-metrics/templates/as.html')
-rw-r--r--tor-metrics/templates/as.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-metrics/templates/as.html b/tor-metrics/templates/as.html
index f663080..6021dfa 100644
--- a/tor-metrics/templates/as.html
+++ b/tor-metrics/templates/as.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "relay-list.html" %}
{% block title %}Tor Relays :: {{ relays[0]['as'] }}{% endblock %}
{% block header %}<a href="../../">Home</a> :: {{ relays[0]['as'] }}{% endblock %}
{% block description %}{{ relays[0]['as'] }} ({{ relays[0]['as_name']}}) is responsible for ~{{ bandwidth }} MB/s of traffic.{% endblock %}