@cseb Where did you get that Django Code?
On Wed, 6 Nov 2024 at 15:07, Ruby wrote:
> Your code needs to be refactored, here is the real deal, your
> ChangePassowrdFrom is missing `request`, it should be as it is below
> form = grandmas4hire.forms.ChangePasswordForm(request, request.POST)
>
>
> O
Your code needs to be refactored, here is the real deal, your
ChangePassowrdFrom is missing `request`, it should be as it is below
form = grandmas4hire.forms.ChangePasswordForm(request, request.POST)
On Wed, Nov 6, 2024 at 8:20 PM cseb...@gmail.com
wrote:
> Ruby
>
> Thank you very much. Here i
Ruby
Thank you very much. Here is my code...
INV= grandmas4hire.models.Invitation
...
def add_url_param(url, param, arg):
prefix = "&" if "?" in url else "/?"
3 matches
Mail list logo