mango r241 - in branches/django: . mango



Author: ovitters
Date: Mon Jun 23 16:51:07 2008
New Revision: 241
URL: http://svn.gnome.org/viewvc/mango?rev=241&view=rev

Log:
	* mango/views.py (add_account): Fix title used in document.


Modified:
   branches/django/   (props changed)
   branches/django/ChangeLog
   branches/django/mango/views.py

Modified: branches/django/mango/views.py
==============================================================================
--- branches/django/mango/views.py	(original)
+++ branches/django/mango/views.py	Mon Jun 23 16:51:07 2008
@@ -165,7 +165,7 @@
     return get_xmlresponse(doc, "list_accounts.xsl")
 
 def add_account(request):
-    doc, root = get_xmldoc('Login Page', request)
+    doc, root = get_xmldoc('Request LDAP account', request)
     form = ET.SubElement(root, 'newaccount')
 
     dev_modules = models.DevModules.search()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]