Skip to content

Commit

Permalink
chore: remove warning popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Joliv3r committed Oct 9, 2024
1 parent 3944d2d commit 63453b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nablapps/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ class FrontPageView(FlatPageMixin, TemplateView):
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)

messages.warning(
self.request,
"På grunn av en serverkræsj og en rask migrering så kan nettsiden være noe ustabil for øyeblikket. WebKom jobber med å få dette fikset. Dersom noe ikke funker som det skal gjerne ta kontakt på [email protected]",
)

# Inject complicated context.
# This context processing should perhaps be moved to the corresponding apps.
self._add_news(context)
Expand Down

0 comments on commit 63453b5

Please sign in to comment.