Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/OWASP-BLT/BLT
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT committed Dec 24, 2024
2 parents 7bb50b5 + 28a3445 commit 5f33485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Aptfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git
4 changes: 2 additions & 2 deletions website/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,8 +728,8 @@ def view_pr_analysis(request):


def home(request):
last_commit = get_last_commit_date()
return render(request, "home.html", {"last_commit": last_commit})
#last_commit = get_last_commit_date()
return render(request, "home.html", {"last_commit": ""})


def handler404(request, exception):
Expand Down

0 comments on commit 5f33485

Please sign in to comment.