Slash weg
This commit is contained in:
parent
148bb6de9e
commit
0e29addeee
Binary file not shown.
|
|
@ -906,7 +906,7 @@ def getAgencyBillStatus(agency):
|
|||
|
||||
@register.simple_tag
|
||||
def getBaseURLIcsLink(agency):
|
||||
return settings.BASE_URL + "/ics/" + str(agency.pk)
|
||||
return settings.BASE_URL + "ics/" + str(agency.pk)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue