Index: trunk/packages/invirt-web/code/templates/list.mako
===================================================================
--- trunk/packages/invirt-web/code/templates/list.mako	(revision 2870)
+++ trunk/packages/invirt-web/code/templates/list.mako	(revision 2871)
@@ -10,4 +10,10 @@
 </%def>
 
+%if os.path.exists("/etc/invirt/message"):
+<div class="result">
+<p class="error">${open('/etc/invirt/message').read()}</p>
+</div>
+%endif
+
 <%def name="createForm()">
 % if cant_add_vm:
@@ -20,4 +26,5 @@
 <p>Congratulations! You successfully created a new VM called ${new_machine}.</p>
 % endif
+
     <form action="create" method="POST">
     <input type="hidden" name="back" value="list"/>
Index: trunk/packages/invirt-web/code/templates/unauth.mako
===================================================================
--- trunk/packages/invirt-web/code/templates/unauth.mako	(revision 2870)
+++ trunk/packages/invirt-web/code/templates/unauth.mako	(revision 2871)
@@ -29,6 +29,5 @@
 </a></big></blockquote>
 
-<p>To use MIT certificates you'll need an <a href="http://ca.mit.edu/">MIT personal
-certificate</a>.</p>
+<p>To aquire MIT certificates click <a href="http://ca.mit.edu/">here</a>.</p>
 
 <h2>XVM features:</h2>
