Skip to content

Commit

Permalink
Merge pull request #393 from HebaruSan/feature/send-source-link-to-ckan
Browse files Browse the repository at this point in the history
  • Loading branch information
DasSkelett committed Oct 5, 2021
2 parents 1acae5a + 4535609 commit 247f180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KerbalStuff/ckan.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def send_to_ckan(mod: Mod) -> None:
'short_description': mod.short_description,
'description': mod.description,
'external_link': mod.external_link,
'source_link': mod.source_link,
'user_url': site_base_url + url_for("profile.view_profile", username=mod.user.username),
'mod_url': site_base_url + url_for('mods.mod', mod_name=mod.name, mod_id=mod.id),
'site_name': site_name,
Expand Down

0 comments on commit 247f180

Please sign in to comment.