Skip to content

Commit

Permalink
Fix a URLs de ultima version de catálogo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslavandeira committed Sep 10, 2019
1 parent 748e904 commit f4eef54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/apps/catalog/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def get(self, request, *args, **kwargs):
has_xlsx = os.path.isfile(os.path.join(base_path, node_name, 'catalog.xlsx'))
params_dict = {
'node_id': node_id,
'base_url': f'{settings.MEDIA_URL}/catalog/',
'base_url': f'{settings.MEDIA_URL}catalog/',
'node_name': node_name,
'has_json': has_json,
'has_xlsx': has_xlsx,
Expand Down

0 comments on commit f4eef54

Please sign in to comment.