diff --git a/atlas/models.py b/atlas/models.py index 8dd6c035..47de88a8 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -473,6 +473,7 @@ class SeriesImage(SeriesImageBase): replaced = models.ForeignKey( "self", + on_delete=models.SET_NULL, null=True, blank=True, help_text="Reference to the object that has replaced this one.", diff --git a/generic/templates/generic/user_view.html b/generic/templates/generic/user_view.html index 0152e1d9..144b6924 100644 --- a/generic/templates/generic/user_view.html +++ b/generic/templates/generic/user_view.html @@ -6,6 +6,7 @@ {% endblock %} {% block content %} + Trainees list
@@ -19,6 +20,7 @@
+
Bulk edit