Statistics
| Branch: | Tag: | Revision:

root / astakos / im / admin / templates / admin_base.html @ a196eb7e

History | View | Annotate | Download (840 Bytes)

# Date Author Comment
881c856c 01/25/2012 11:23 pm Sofia Papagiannaki

minor changes/fixes

794852f2 01/23/2012 04:06 pm Sofia Papagiannaki

Several minor changes:

- create im/migrations (for south use)
- fixture for django_site
- fix ExtendedUserCreationForm: use AstakosUser instead of django.contrib.auth.models.User
- do not redirect to profile page after login if request.user is superuser

0905ccd2 01/17/2012 02:20 pm Sofia Papagiannaki

restructure app
- extend django user model
- pass template_name and extra_context in views
- incorporate context processors
- use different backends for invitations and simple workflow

Refs: #1823