refactor: Remove non-bulma adoption detail

This commit is contained in:
2025-06-17 07:13:03 +02:00
parent e010fa413b
commit 44c34d2daa
5 changed files with 7 additions and 14 deletions

View File

@@ -388,10 +388,6 @@ class AdoptionNotice(models.Model):
"""Returns the url to access a detailed page for the adoption notice."""
return reverse('adoption-notice-detail', args=[str(self.id)])
def get_absolute_url_bulma(self):
"""Returns the url to access a detailed page for the adoption notice."""
return reverse('adoption-notice-detail-bulma', args=[str(self.id)])
def get_report_url(self):
"""Returns the url to report an adoption notice."""
return reverse('report-adoption-notice', args=[str(self.id)])