I\'ve created a model form and it does not show on the page
models.py
class Newsletter(models.Model): email = models.EmailField(max_length=254) nam