Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-antupit authored Apr 30, 2024
1 parent afd145a commit 402de15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,6 @@ def snipe_credentials(request):
'title': 'Snipe Login Credentials',
'message': '<span style="font-size: 1.3em"><strong>Username:</strong> ' + settings.SNIPE_GENERAL_USER +
'<br><strong>Password:</strong> ' + settings.SNIPE_GENERAL_PASS + '</span><br><br>'
'<a class="btn btn-primary" href="https://lnl-rt.wpi.edu/snipe" target="_blank">Login Now</a>'
'<a class="btn btn-primary" href="https://lnl-rt.wpi.edu" target="_blank">Login Now</a>'
}
return render(request, 'default.html', context)

0 comments on commit 402de15

Please sign in to comment.