From ef89083295c28b1d8b15ff3dcd9a11d8c1595dea Mon Sep 17 00:00:00 2001 From: ficus Date: Fri, 23 Nov 2012 23:13:04 +0100 Subject: add about page, include version number --- torouterui/templates/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'torouterui/templates/base.html') diff --git a/torouterui/templates/base.html b/torouterui/templates/base.html index 4c15c73..bf926c3 100644 --- a/torouterui/templates/base.html +++ b/torouterui/templates/base.html @@ -21,7 +21,7 @@ torouter @@ -36,7 +36,8 @@ {% macro pagelink(path, name) -%}
  • {{name}}
  • {%- endmacro %} - {{ pagelink("/", "Status") }} + {{ pagelink("/", "System Status") }} + {{ pagelink("/about/", "About Project") }} {{ pagelink("/reboot/", "Reboot...") }} {{ pagelink("/wan/", "Upstream Ethernet") }} -- cgit v1.2.3