Skip to content

Commit

Permalink
fix: Fix legacy URL when not logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Dec 14, 2023
1 parent 5c8c332 commit 78abf74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viewer/templates/viewer/react_temp.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
}
{% else %}
var DJANGO_CONTEXT = {
legacy_url: '{{ legacy_url }}',
username: 'NOT_LOGGED_IN',
email: "noemail",
pk: undefined,
Expand Down

0 comments on commit 78abf74

Please sign in to comment.