Using the URLconf defined in cryptooption.urls
,
Django tried these URL patterns, in this order:
-
admin/
-
[name='home']
-
about/
[name='about']
-
representative/
[name='representative']
-
contact/
[name='contact']
-
howto/
[name='rules']
-
faqs/
[name='faqs']
-
signin/
[name='signin']
-
signup/
[name='signup']
-
signout/
[name='signout']
-
forgot-password/
[name='forgotpassword']
-
reset-password/
[name='resetpassword']
-
dashboard/
[name='dashboard']
-
account/deposit/
[name='deposit']
-
account/support/
[name='support2']
-
account/withdraw/
[name='withdraw']
-
account/transaction/
[name='transaction']
-
account/history/
[name='history']
-
account/verification/
[name='verification']
-
account/payment/
[name='payment']
-
account/upgrade/
[name='upgrade']
-
account/signal-purchase/
[name='signal']
-
account/tradinghistory/
[name='tradinghistory']
-
account/referrals/
[name='referrals']
-
account/buy-plan/
[name='buy-plan']
-
account/account-history/
[name='account-history']
-
account/settings/
[name='settings']
-
subscribe/<str:plan_amount>/
[name='subscribe']
The current path, faqs/indexcca3.html
,
didn’t match any of these.