Commit 95bed802 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm: Remove some default reference for old websites

parent b84c6b20
......@@ -72,8 +72,6 @@ if int(outstanding_amount) > 0:
A new invoice has been generated.
You can access it in your invoice section at %s.
Do not hesitate to visit our website (http://slapos.vifib.com/) in case of question.
Regards,
The slapos team
""" % portal.portal_preferences.getPreferredSlaposWebSiteUrl()
......
......@@ -10,8 +10,6 @@ if notification_message is None:
We would like to remind you the unpaid invoice you have on %s.
If no payment is done during the coming days, we will stop all your current instances to free some hardware resources.
Do not hesitate to visit the web forum (http://community.slapos.org/forum) in case of question.
Regards,
The slapos team
""" % context.getPortalObject().portal_preferences.getPreferredSlaposWebSiteUrl()
......
......@@ -10,8 +10,6 @@ if notification_message is None:
Despite our last reminder, you still have an unpaid invoice on %s.
We will now delete all your instances.
Do not hesitate to visit the web forum (http://community.slapos.org/forum) in case of question.
Regards,
The slapos team
""" % context.getPortalObject().portal_preferences.getPreferredSlaposWebSiteUrl()
......
......@@ -10,8 +10,6 @@ if notification_message is None:
We would like to remind you the unpaid invoice you have on %s.
If no payment is done during the coming days, we will delete all your instances.
Do not hesitate to visit the web forum (http://community.slapos.org/forum) in case of question.
Regards,
The slapos team
""" % context.getPortalObject().portal_preferences.getPreferredSlaposWebSiteUrl()
......
......@@ -10,8 +10,6 @@ if notification_message is None:
Despite our last reminder, you still have an unpaid invoice on %s.
We will now stop all your current instances to free some hardware resources.
Do not hesitate to visit the web forum (http://community.slapos.org/forum) in case of question.
Regards,
The slapos team
""" % context.getPortalObject().portal_preferences.getPreferredSlaposWebSiteUrl()
......
......@@ -68,8 +68,6 @@ class TestSlapOSPerson_checkToCreateRegularisationRequest(SlapOSTestCaseMixinWit
A new invoice has been generated.
You can access it in your invoice section at http://foobar.org/.
Do not hesitate to visit the web forum (http://community.slapos.org/forum) in case of question.
Regards,
The slapos team
"""
......@@ -845,8 +843,6 @@ class TestSlapOSRegularisationRequest_triggerAcknowledgmentEscalation(
We would like to remind you the unpaid invoice you have on %s.
If no payment is done during the coming days, we will stop all your current instances to free some hardware resources.
Do not hesitate to visit the web forum (http://community.slapos.org/forum) in case of question.
Regards,
The slapos team
""" % self.portal.portal_preferences.getPreferredSlaposWebSiteUrl(),
......@@ -919,8 +915,6 @@ class TestSlapOSRegularisationRequest_triggerStopReminderEscalation(
Despite our last reminder, you still have an unpaid invoice on %s.
We will now stop all your current instances to free some hardware resources.
Do not hesitate to visit the web forum (http://community.slapos.org/forum) in case of question.
Regards,
The slapos team
""" % self.portal.portal_preferences.getPreferredSlaposWebSiteUrl(),
......@@ -993,8 +987,6 @@ class TestSlapOSRegularisationRequest_triggerStopAcknowledgmentEscalation(
We would like to remind you the unpaid invoice you have on %s.
If no payment is done during the coming days, we will delete all your instances.
Do not hesitate to visit the web forum (http://community.slapos.org/forum) in case of question.
Regards,
The slapos team
""" % self.portal.portal_preferences.getPreferredSlaposWebSiteUrl(),
......@@ -1067,8 +1059,6 @@ class TestSlapOSRegularisationRequest_triggerDeleteReminderEscalation(
Despite our last reminder, you still have an unpaid invoice on %s.
We will now delete all your instances.
Do not hesitate to visit the web forum (http://community.slapos.org/forum) in case of question.
Regards,
The slapos team
""" % self.portal.portal_preferences.getPreferredSlaposWebSiteUrl(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment