From 2295ff6290e79dd81db2e70288e55ccf8bc4387d Mon Sep 17 00:00:00 2001 From: Tran Trong Nghia <80335335+emladevops@users.noreply.github.com> Date: Sun, 25 Dec 2022 18:01:43 +0700 Subject: [PATCH] Update registration_form.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Trong commit trước, mình đã bỏ tính năng newsletter, nên chỉnh thêm cả HTML vì nút không có chức năng gì nữa. --- templates/registration/registration_form.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index b4c5fc1..93854df 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -84,13 +84,6 @@
{{ form.organizations.errors }}
{% endif %} - {% if form.newsletter %} -
{{ form.newsletter }} - -
- {% endif %} - {% if form.captcha %}
{{ form.captcha }}
{% if form.captcha.errors %}