Skip to content
Snippets Groups Projects
Commit 3761c4ee authored by Jameson Rollins's avatar Jameson Rollins
Browse files

really, hopefully last fix to path/url change

parent 9967dd58
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class LocklossEvent(object):
def url(self, *args):
"""event URL, or URL to event file"""
return os.path.join(config.WEB_ROOT, 'events', self.epath)
return os.path.join(config.WEB_ROOT, 'events', self.epath, *args)
@property
def view_url(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment