Hi fellow learners,
Please help me to solve the below problem while going through the Project Implementation - Part 4 lecture of the Django course to update the user profile.
below is the form tag for your reference.
< form method=“post” action="{% url ‘updateprofile’ pk=request.session.id %}" name=“contact-form” id=“contact-form3” enctype=‘multipart/form-data’>
{% csrf_token %}