Merge c1eda8f4a6 into a1e2b25467
				
					
				
			This commit is contained in:
		
						commit
						e0da32f7f3
					
				| @ -641,7 +641,7 @@ class WDURLAttribute(WDAttribute): | |||||||
|             return get_external_url(url_id, value) |             return get_external_url(url_id, value) | ||||||
| 
 | 
 | ||||||
|         if self.url_path_prefix: |         if self.url_path_prefix: | ||||||
|             [account, domain] = value.split('@', 1) |             [account, domain] = [x.strip("@ ") for x in value.rsplit('@', 1)] | ||||||
|             return f"https://{domain}{self.url_path_prefix}{account}" |             return f"https://{domain}{self.url_path_prefix}{account}" | ||||||
| 
 | 
 | ||||||
|         return value |         return value | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user