Merge pull request #557 from pcoder/bug/4000/replace_ungleichcom_ungleichch
Replace all ungleich.com with ungleich.ch
This commit is contained in:
		
				commit
				
					
						5ad2f2c429
					
				
			
		
					 6 changed files with 6 additions and 6 deletions
				
			
		|  | @ -224,7 +224,7 @@ class SignupViewTest(TestCase): | ||||||
|         self.view = SignupView |         self.view = SignupView | ||||||
|         self.signup_data = { |         self.signup_data = { | ||||||
|             'name': 'ungleich', |             'name': 'ungleich', | ||||||
|             'email': 'test@ungleich.com', |             'email': 'test@ungleich.ch', | ||||||
|             'password': 'fake_password', |             'password': 'fake_password', | ||||||
|             'confirm_password': 'fake_password', |             'confirm_password': 'fake_password', | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  | @ -30,7 +30,7 @@ class HostingUserSignupFormTest(TestCase): | ||||||
|     def setUp(self): |     def setUp(self): | ||||||
|         self.completed_data = { |         self.completed_data = { | ||||||
|             'name': 'test name', |             'name': 'test name', | ||||||
|             'email': 'test@ungleich.com', |             'email': 'test@ungleich.ch', | ||||||
|             'password': 'test_password', |             'password': 'test_password', | ||||||
|             'confirm_password': 'test_password' |             'confirm_password': 'test_password' | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  | @ -505,7 +505,7 @@ class SignupViewTest(TestCase): | ||||||
|         self.view = SignupView |         self.view = SignupView | ||||||
|         self.signup_data = { |         self.signup_data = { | ||||||
|             'name': 'ungleich', |             'name': 'ungleich', | ||||||
|             'email': 'test@ungleich.com', |             'email': 'test@ungleich.ch', | ||||||
|             'password': 'fake_password', |             'password': 'fake_password', | ||||||
|             'confirm_password': 'fake_password', |             'confirm_password': 'fake_password', | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  | @ -96,7 +96,7 @@ | ||||||
|                 </div> |                 </div> | ||||||
|                 <div class="col-lg-4 text-center"> |                 <div class="col-lg-4 text-center"> | ||||||
|                     <i class="fa fa-envelope-o fa-3x sr-contact"></i> |                     <i class="fa fa-envelope-o fa-3x sr-contact"></i> | ||||||
|                     <p><a href="mailto:your-email@your-domain.com">info@ungleich.com</a></p> |                     <p><a href="mailto:your-email@your-domain.com">info@ungleich.ch</a></p> | ||||||
|                 </div> |                 </div> | ||||||
|             </div> |             </div> | ||||||
|         </div> |         </div> | ||||||
|  |  | ||||||
|  | @ -25,7 +25,7 @@ class BaseEmail(object): | ||||||
|             self.email.from_email = kwargs.get('from_address') |             self.email.from_email = kwargs.get('from_address') | ||||||
|         else: |         else: | ||||||
|             self.email.from_email = '(ungleich) ungleich Support <info@ungleich.ch>' |             self.email.from_email = '(ungleich) ungleich Support <info@ungleich.ch>' | ||||||
|         self.email.to = [kwargs.get('to', 'info@ungleich.com')] |         self.email.to = [kwargs.get('to', 'info@ungleich.ch')] | ||||||
| 
 | 
 | ||||||
|     def send(self): |     def send(self): | ||||||
|         self.email.send() |         self.email.send() | ||||||
|  |  | ||||||
|  | @ -44,7 +44,7 @@ class BaseTestCase(TestCase): | ||||||
| 
 | 
 | ||||||
|         # Request Object |         # Request Object | ||||||
|         self.request = HttpRequest() |         self.request = HttpRequest() | ||||||
|         self.request.META['SERVER_NAME'] = 'ungleich.com' |         self.request.META['SERVER_NAME'] = 'ungleich.ch' | ||||||
|         self.request.META['SERVER_PORT'] = '80' |         self.request.META['SERVER_PORT'] = '80' | ||||||
| 
 | 
 | ||||||
|     def get_client(self, user): |     def get_client(self, user): | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue