Skip to content
Snippets Groups Projects
Commit 6c386a5a authored by Auriane Strasser's avatar Auriane Strasser
Browse files

change visits/admin.py to redirect to users

parent 2cecb857
Branches
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
from django import forms from django import forms
from django.contrib import admin, messages from django.contrib import admin, messages
from django.template.defaultfilters import pluralize from django.template.defaultfilters import pluralize
from django.core import urlresolvers
from .models import Participation, Place, Visit from .models import Participation, Place, Visit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment