Skip to content

Commit

Permalink
updates on download
Browse files Browse the repository at this point in the history
  • Loading branch information
frdrckaman committed May 3, 2023
1 parent 2602a51 commit cabfbda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edcs_dashboard/templatetags/edcs_dashboard_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def download_dictionary(context, perm=False, href=None, name=None):

if usr in export_usr:
perm = True
href = str(settings.EDCS_DATA_DOWNLOAD)
name = str(settings.EDCS_DATA_NAME)
href = str(settings.EDCS_DATA_DICTIONARY)
name = str(settings.EDCS_DICT_NAME)

title = "Download U54 Data Dictionary"
return dict(
Expand Down

0 comments on commit cabfbda

Please sign in to comment.