8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-19 00:52:52 +00:00

Fix typo in function name to regen DNS

This commit is contained in:
Laouen Fernet 2020-04-30 12:57:18 +02:00 committed by Gabriel Detraz
parent 8d79720bf2
commit f1458300f3

View file

@ -2141,7 +2141,7 @@ def extension_post_save(**_kwargs):
@receiver(post_delete, sender=Extension)
def extension_post_selete(**_kwargs):
def extension_post_delete(**_kwargs):
"""Regeneration dns après suppression d'une extension"""
regen("dns")