Skip to content

Commit

Permalink
deactivated the fadderperiode popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajrakso committed Aug 25, 2024
1 parent a26892b commit b14ef97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nablapps/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_context_data(self, **kwargs):
)
context["logged_in"] = True if self.request.user.is_authenticated else False
# Uncomment when fadderperiode to display new student popup.
context["newuser_popup"] = False if self.request.user.is_authenticated else True
# context["newuser_popup"] = False if self.request.user.is_authenticated else True
return context

def _add_news(self, context):
Expand Down

0 comments on commit b14ef97

Please sign in to comment.