branch | tls-sprint |
changeset 832 | 8e06873d80d3 |
parent 828 | 394927376a01 |
child 872 | 78f03d6a1505 |
--- a/web/views/basetemplates.py Wed Feb 18 20:31:19 2009 +0100 +++ b/web/views/basetemplates.py Wed Feb 18 20:32:16 2009 +0100 @@ -185,7 +185,7 @@ main template. This template may be called for authentication error, which means that req.cnx and req.user may not be set. """ - id = 'error' + id = 'error-template' def call(self): """display an unexpected error"""