WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Embed A Sign-up Form Within Any Page problem #380

@EchChou

Description

@EchChou

Hello,
I am trying to use the newsletter form in my index view. I included the form balize to my template as recommended in the readthedocs of the django-newsletter package:

{% csrf_token %} E-mail: Subscribe

I replaced the [NAME-OF-NEWSLETTER] with a newsletter name that I have added from the admin page.

but I got the next error:

Page not found (404)
No Newsletter matches the given query.
Request Method: POST
Request URL: http://127.0.0.1:8000/newsletter/welcomeback/subscribe/
Raised by: newsletter.views.SubscribeRequestView

Using the URLconf defined in website.urls, Django tried these URL patterns, in this order:

admin/
newsletter/ ^$ [name='newsletter_list']
newsletter/ ^(?P<newsletter_slug>[\w-]+)/$ [name='newsletter_detail']
newsletter/ ^(?P<newsletter_slug>[\w-]+)/subscribe/$ [name='newsletter_subscribe_request']
The current path, newsletter/welcomeback/subscribe/, matched the last one.

Can you please include an example of how to use newsletter forms ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions