Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8483861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:13:22+00:00 2026-06-10T20:13:22+00:00

I have a Django Web site where I’m using the oauth2app library for OAuth

  • 0

I have a Django Web site where I’m using the oauth2app library for OAuth 2 authentication. I’ve also modified oauth2app to use crispy_forms, instead of the deprecated uni_form.

The authorize() method in oauth2app is guarded by a Django decorator, @login_required. Indeed, if a client tries to authorize without first logging in, the login page appears.

As expected, the decorator causes the login page URL to have a “next” CGI parameter with the original URL for the authorization request.

The problem is, the “next” parameter is not propagated when the template for the login page is instantiated. What I’d like is for the form “action” to contain the “next” parameter.

This page purports to offer a solution:

http://django-uni-form.readthedocs.org/en/latest/helpers.html

in the section “Manipulating a helper in a view”.

Following that example, I tried:

form = LoginForm()
redirect_url = request.GET.get('next')
if redirect_url is not None:
    form.helper.form_action = reverse(login) + '?next=' + 
      redirect_url

But the source for the resulting page shows the original “action” for the form. The assignment to the form_action appears not to take effect. Indeed, if I don’t instantiate the template, but just return the form_action, it hasn’t changed:

return HttpResponse('action: ' + form.helper.form_action)

Color me puzzled.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T20:13:24+00:00Added an answer on June 10, 2026 at 8:13 pm

    The author of uni_forms clued me in here.

    The problem is that the form helper was a property, so that the form_action was a fixed piece of that property.

    By changing the property to a method that creates the helper, the form_action can be dynamically modified.

    Everything works now, no Javascript hacks needed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web application built in Django 1.3. We have also provided API
I'm using Django to create a site that provides a separate web UI for
I have Django web-site working on tornado and nginx. I took this tornado launcher
I started working on Django 1.0 Web Site Development and have gotten my server
I have a django web application running on our apache2 production server using mod_python
I have a web site running on Django and MySql. Part of the db
I have put my Django web site up to my web server and have
I just finished rewriting a significant portion of my web site using python's django,
I'm pretty new to web development. Lately I have been making a site using
I have a Django web site with medium traffic (about 4000/5000 visits per day).

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.