1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-20 17:41:55 +02:00

Fixed alias research

This commit is contained in:
Yohann D'ANELLO
2020-03-13 10:34:47 +01:00
parent 8c795c38dc
commit a1f7f8f5b7
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ from django import forms
from django.utils.translation import gettext_lazy as _
from .models import Alias
from .models import Transaction, TransactionTemplate
from .models import TransactionTemplate
class AliasForm(forms.ModelForm):