renommage d'une classe (plus explicite)

This commit is contained in:
Jean-Marie Favreau
2024-08-13 17:53:44 +02:00
parent c0c459a213
commit 15a562f390
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ import logging
logger = logging.getLogger(__name__)
class EventSubmissionForm(Form):
class URLSubmissionForm(Form):
url = URLField(max_length=512)