Replace emails with info@ungleich.ch
This commit is contained in:
parent
96679c0ab2
commit
57503d1cfa
2 changed files with 3 additions and 3 deletions
|
@ -36,8 +36,8 @@ def handle_save_settings(sender, instance, *args, **kwargs):
|
|||
str(instance.feedback_status),
|
||||
instance.feedback_question,
|
||||
instance.feedback_comment,
|
||||
), "wagtail@datalets.ch",
|
||||
[ "support@datalets.ch" ]
|
||||
), "info@ungleich.ch",
|
||||
[ "info@ungleich.ch" ]
|
||||
)
|
||||
instance.feedback_status = None
|
||||
instance.feedback_question = ""
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
|
||||
<h2>Sorry, there seems to be an error. Please try again soon.</h2>
|
||||
|
||||
<p>In case of persistent issues, write to <b>info@datalets.ch</b></p>
|
||||
<p>In case of persistent issues, write to <b>info@ungleich.ch</b></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue