mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-11 10:30:58 +00:00
Merge branch 'wgiddens-patch-1'
This commit is contained in:
commit
bed5ef7efa
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class AbstractImage(models.Model, TagSearchable):
|
|||
|
||||
@property
|
||||
def usage_url(self):
|
||||
return reverse('wagtailimages_image_usage',
|
||||
return reverse('wagtailimages:image_usage',
|
||||
args=(self.id,))
|
||||
|
||||
search_fields = TagSearchable.search_fields + (
|
||||
|
|
|
|||
Loading…
Reference in a new issue