diff --git a/standards/templatetags/__pycache__/counter_tag.cpython-38.pyc b/standards/templatetags/__pycache__/counter_tag.cpython-38.pyc index 2d5a311..a2108b9 100644 Binary files a/standards/templatetags/__pycache__/counter_tag.cpython-38.pyc and b/standards/templatetags/__pycache__/counter_tag.cpython-38.pyc differ diff --git a/standards/templatetags/counter_tag.py b/standards/templatetags/counter_tag.py index 351d63a..d31f8dd 100644 --- a/standards/templatetags/counter_tag.py +++ b/standards/templatetags/counter_tag.py @@ -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)