You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Check whether the object already exists; otherwise, return a 404 error.
50
50
obj = get_object_or_404(User, pk=object_id)
51
51
form = SomeForm(request.POSTorNone)
52
52
@@ -74,7 +74,7 @@ class UserAdmin(ModelAdmin):
74
74
)
75
75
```
76
76
77
-
Template displaying the form. Please note that breadcrumbs are empty in this case but if you want, you can configure your own breadcrumbs path.
77
+
This is the template for the form. Please note that the breadcrumbs are empty in this case, but you can configure your own breadcrumb path if you wish.
0 commit comments