Changeset 7817:e526ad576440
- Timestamp:
- 12/17/07 18:01:42 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/server/notebook/twist.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/server/notebook/twist.py
r6787 r7817 1668 1668 # If published pages were disabled, then this should be disabled too. 1669 1669 if self.problem == 'username': 1670 valid_login_names = "Valid login names: " + ', '.join(notebook.valid_login_names()) 1670 notebook.valid_login_names().sort() 1671 valid_login_names = "<strong>Valid login names:</strong><br />" + ', <br />'.join(notebook.valid_login_names()) 1671 1672 else: 1672 1673 valid_login_names = ''
Note: See TracChangeset
for help on using the changeset viewer.
