merge about.html's remaining caveats into unauth front page
[invirt/packages/invirt-web.git] / code / templates / list.tmpl
index e1d66c4..43de904 100644 (file)
@@ -1,4 +1,5 @@
 #from skeleton import skeleton
+#from invirt.config import structs as config
 #extends skeleton
 #import datetime
 
@@ -191,7 +192,7 @@ $helppopup('Administrator')#slurp
 
 
 #def body
-<p style="font-size: 125%;"><a href="/static/about.html">What is XVM?</a></p>
+<p style="font-size: 125%;"><a href="http://${config.web.hostname}">What is XVM?</a></p>
 #if not $machines
 <p>You don't currently control any VMs.</p>   
 #end if