X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=filex%2Ftemplatetags%2Ffilex.py;h=f9022b930ae94e8aae28e4353a4f596119175a66;hb=1b2a8480700fed22f8cb47709b4fcc1546af8c0b;hp=e854e492d75737443bb77e94dd826934aa8626b5;hpb=a0feb25389615e9d2ab2b036a491a1aeeb059a52;p=qcg-portal.git diff --git a/filex/templatetags/filex.py b/filex/templatetags/filex.py index e854e49..f9022b9 100644 --- a/filex/templatetags/filex.py +++ b/filex/templatetags/filex.py @@ -27,7 +27,7 @@ def locations(context): result.append(item) for item in result: - item['value'] = item['host'] + item['path'] + item['value'] = item['host'] + '/' + item['path'] return json.dumps(result)