Skip to content

Commit

Permalink
Fix reversion to previous library versions (#1397) (#1400)
Browse files Browse the repository at this point in the history
This is related to ticket #1397
  • Loading branch information
daveoconnor authored Oct 30, 2024
1 parent 8873da3 commit 298e6d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ def get_context_data(self, **kwargs):
version_str = determine_selected_boost_version(
self.request.GET.get("version"), self.request
)
if not version_str:
version_str = LATEST_RELEASE_URL_PATH_STR
if not version:
context.update(
{
Expand Down

0 comments on commit 298e6d5

Please sign in to comment.