Just walked through this guide 
http://docs.djangoproject.com/en/dev/ref/contrib/flatpages/?from=olddocs
to get a flatpage working on my site.  After trying to access my admin
page I am now getting an error while trying to log in.

In template /home/dev/djprojects/afterthebeep/djTemplates/admin/
base.html, error at line 25

Caught an exception while rendering: 'str' object has no attribute
'regex'

<div id="user-tools">{% trans 'Welcome,' %} <strong>{% if
user.first_name %}{{ user.first_name|escape }}{% else %}
{{ user.username }}{% endif %}</strong>. {% block userlinks %}{% url
django-admindocs-docroot as docsroot %}{% if docsroot %}<a
href="{{ docsroot }}">{% trans 'Documentation' %}</a> / {% endif %}<a
href="{{ root_path }}password_change/">{% trans 'Change password' %}</
a> / <a href="{{ root_path }}logout/">{% trans 'Log out' %}</a>{%
endblock %}</div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to