factors/otp(minor): fix old URLs

This commit is contained in:
Jens Langhammer
2019-10-07 21:23:25 +02:00
parent 245ec65cbb
commit a390bb7b59
3 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ class OTPFactor(Factor):
form = 'passbook.factors.otp.forms.OTPFactorForm'
def has_user_settings(self):
return _('OTP'), 'pficon-locked', 'passbook_otp:otp-user-settings'
return _('OTP'), 'pficon-locked', 'passbook_factors_otp:otp-user-settings'
def __str__(self):
return f"OTP Factor {self.slug}"