mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[FIX] Remove redundant data passing
This commit is contained in:
@@ -10,8 +10,6 @@ from django.utils.translation import gettext_lazy as _
|
|||||||
from django_countries.fields import CountryField
|
from django_countries.fields import CountryField
|
||||||
from post_office import mail
|
from post_office import mail
|
||||||
|
|
||||||
from constance import config
|
|
||||||
|
|
||||||
from .organisation import Organisation
|
from .organisation import Organisation
|
||||||
from .question import AnswerSet, Question, QuestionChoice
|
from .question import AnswerSet, Question, QuestionChoice
|
||||||
|
|
||||||
@@ -46,7 +44,6 @@ class User(AbstractUser):
|
|||||||
# Get exported data from settings.py first
|
# Get exported data from settings.py first
|
||||||
context = {
|
context = {
|
||||||
'user': self,
|
'user': self,
|
||||||
'config': config,
|
|
||||||
'settings': settings,
|
'settings': settings,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user