Posts by Eliakin Costa • 126 points
1 post
-
1
votes1
answer97
viewsA: Django Class-Based Views - Noreversematch Error
Add the object currently being edited to the context with the desired name. Add this method to your class that you inherit from UpdateView. def get_context_data(self, **kwargs): context =…