Remove adding name by GG form

This commit is contained in:
cuom1999 2022-10-15 12:11:20 -05:00
parent af74edecbb
commit d49a41d56b
4 changed files with 5 additions and 16 deletions

View file

@ -514,9 +514,6 @@ NEWSLETTER_BATCH_DELAY = 60
# Number of emails in one batch
NEWSLETTER_BATCH_SIZE = 100
# Google form to request name
REGISTER_NAME_URL = None
try:
with open(os.path.join(os.path.dirname(__file__), "local_settings.py")) as f:
exec(f.read(), globals())