We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7348d1b commit a1c061bCopy full SHA for a1c061b
testapp/views.py
@@ -1,7 +1,7 @@
1
from django.http import HttpResponseRedirect
2
from django.shortcuts import render
3
4
-from .forms import TelForm, TelFormAttrs, TwoTelForm, TelFormNoInit
+from .forms import TelForm, TelFormAttrs, TelFormNoInit, TwoTelForm
5
6
7
def home(request):
0 commit comments