-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|