app/templates/projrev/auth/create_account.html
changeset 10 393d0030945b
parent 9 38727da8a948
child 18 05b9e60e6a10
--- a/app/templates/projrev/auth/create_account.html	Thu Aug 06 22:36:36 2009 +0530
+++ b/app/templates/projrev/auth/create_account.html	Thu Aug 06 22:43:02 2009 +0530
@@ -10,7 +10,7 @@
 {% if exits or password_err %}
 <script type="text/javascript">
   $(document).ready(function () {
-    $("#inline").colorbox({width:"50%", inline:true, open: true, href:"#message", title:"hello"});
+    $("#inline").colorbox({width:"50%", inline:true, open: true, href:"#message", title:"Error"});
   });
 </script>
 {% endif %}