From 30d6dcbc7726575daf47a72d9c878e950f7f11ee Mon Sep 17 00:00:00 2001 From: AtmegaBuzz Date: Fri, 10 Feb 2023 15:21:47 +0530 Subject: [PATCH 1/3] fix link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e9535dc8..2d82aede2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Please follow the development server setup procedure [here](https://github.com/O Please follow the [black](https://github.com/psf/black) code style for the project. It helps us in keeping the codebase consistent and improves readibility for other developers. ### License -The BLT code is released under [GNU Affero General Public License v3.0 (AGPL-3.0)](https://github.com/OWASP/BLT/blob/master/LICENSE. +The BLT code is released under [GNU Affero General Public License v3.0 (AGPL-3.0)](https://github.com/OWASP/BLT/blob/master/LICENSE). ## Notes From c366f2569bea8195681669ed88dcc6c6d2678dda Mon Sep 17 00:00:00 2001 From: AtmegaBuzz Date: Fri, 10 Feb 2023 15:40:59 +0530 Subject: [PATCH 2/3] fix captcha not visible --- website/templates/report.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/website/templates/report.html b/website/templates/report.html index 8662dc7f4..950b05fac 100644 --- a/website/templates/report.html +++ b/website/templates/report.html @@ -28,12 +28,15 @@ font-weight: 700; font-size: 3rem; } + .captcha-form input{ + border: 1px solid rgb(64, 64, 64); + } {% endblock %} {% block content %} - +
@@ -108,7 +111,9 @@

REPORT A BUG

{% endif %} {% csrf_token %} - {{ captcha_form.captcha }} +
+ {{ captcha_form.captcha }} +