diff options
Diffstat (limited to 'app/lttr/templates')
-rw-r--r-- | app/lttr/templates/lttr/postcard_subscribe.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lttr/templates/lttr/postcard_subscribe.html b/app/lttr/templates/lttr/postcard_subscribe.html index 4d917dc..71b19b0 100644 --- a/app/lttr/templates/lttr/postcard_subscribe.html +++ b/app/lttr/templates/lttr/postcard_subscribe.html @@ -14,7 +14,7 @@ </style> </head> <body> - <form action="" method="post" target='_parent' class="generic-form newsletter-subscribe comment-form card-subscribe">{% csrf_token %} + <form action="" method="post" target='_parent' class="generic-form comment-form card-subscribe">{% csrf_token %} {% for field in form %} <fieldset> {{field.label_tag}} |