diff options
author | luxagraf <sng@luxagraf.net> | 2023-01-08 09:29:55 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-01-08 09:29:55 -0600 |
commit | 6c68711f1e2fb72fbac528d84e361d25c918212f (patch) | |
tree | 2ac0e7e1bc64cbd6b491a85fa76419ed27303f4d | |
parent | eb258155a43b3ddcb38da088451135bae4e73b23 (diff) |
links: rewinding because tags don't get assigned until after post_save
-rw-r--r-- | app/links/models.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/links/models.py b/app/links/models.py index 0c7adfa..89e2dfc 100644 --- a/app/links/models.py +++ b/app/links/models.py @@ -29,8 +29,6 @@ def email_link(link): 'sng@luxagraf.net', ['sng@luxagraf.net'] ) - if link.tags.first().name == "wired": - link.delete() def get_upload_path(self, filename): |