mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 05:54:44 +00:00
Fix typo in rewrite handlers example code (#5253)
This commit is contained in:
parent
c5457755ef
commit
b7f53ef276
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ It is also possible to define link rewrite handlers for Wagtail’s built-in ``e
|
|||
from wagtail.core.rich_text import LinkHandler
|
||||
|
||||
class NoFollowExternalLinkHandler(LinkHandler):
|
||||
identifer = 'external'
|
||||
identifier = 'external'
|
||||
|
||||
@classmethod
|
||||
def expand_db_attributes(cls, attrs):
|
||||
|
|
|
|||
Loading…
Reference in a new issue