формк через context правильно понел?
def get(self, request): form = ReviewsForm context = { 'form': form } return render(request, 'template_name.html', context) В класс AddReview добавь это
потом попробуй внутри своего HTML прописать просто form.as_p https://docs.djangoproject.com/en/3.2/topics/forms/#working-with-form-templates
Обсуждают сегодня