mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fixed #71 -- Consistent building of absolute URIs
This commit is contained in:
5
src/pretix/helpers/urls.py
Normal file
5
src/pretix/helpers/urls.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
def build_absolute_uri(url):
|
||||
return settings.SITE_URL + url
|
||||
Reference in New Issue
Block a user