feat: add constants for image types and error messages in forms

This commit is contained in:
2026-05-26 10:19:21 +02:00
parent 35e7e93600
commit 6ec0f4e732
2 changed files with 15 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
IMAGE_TYPE = "image/*"
EMAIL_FORMNAME = "Correo Electrónico"
INCORRECT_PASSWORDS = "Las contraseñas no coinciden"