Add about page
This commit is contained in:
@@ -21,7 +21,7 @@ from django.views.generic import TemplateView
|
||||
|
||||
# Threshold API stuff
|
||||
from core.api.views.threshold import ThresholdChans, ThresholdOnline, ThresholdUsers
|
||||
from core.views import Billing, Cancel, Home, Order, Portal, Signup
|
||||
from core.views import Billing, Cancel, About, Order, Portal, Signup
|
||||
from core.views.callbacks import Callback
|
||||
from core.views.manage.threshold.irc import (
|
||||
ThresholdIRCActions,
|
||||
@@ -62,6 +62,7 @@ from core.views.ui.insights import (
|
||||
|
||||
urlpatterns = [
|
||||
path("", Drilldown.as_view(), name="home"),
|
||||
path("about/", About.as_view(), name="about"),
|
||||
path("callback", Callback.as_view(), name="callback"),
|
||||
path("billing/", Billing.as_view(), name="billing"),
|
||||
path("order/<str:plan_name>/", Order.as_view(), name="order"),
|
||||
|
||||
Reference in New Issue
Block a user