Ignore:
Timestamp:
Nov 15, 2008, 6:13:11 PM (15 years ago)
Author:
price
Message:

merge about.html's remaining caveats into unauth front page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/templates/list.tmpl

    r1651 r1661  
    11#from skeleton import skeleton
     2#from invirt.config import structs as config
    23#extends skeleton
    34#import datetime
     
    192193
    193194#def body
    194 <p style="font-size: 125%;"><a href="/static/about.html">What is XVM?</a></p>
     195<p style="font-size: 125%;"><a href="http://${config.web.hostname}">What is XVM?</a></p>
    195196#if not $machines
    196197<p>You don't currently control any VMs.</p>   
Note: See TracChangeset for help on using the changeset viewer.