all emails redesigned
This commit is contained in:
parent
057a2c77a6
commit
6983b6f72e
7 changed files with 180 additions and 118 deletions
|
|
@ -6,12 +6,8 @@ from .views import (
|
|||
WhyDataCenterLightView, ContactUsView
|
||||
)
|
||||
|
||||
from django.views.generic import TemplateView
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^test/$', TemplateView.as_view(
|
||||
template_name='hosting/emails/password_reset_email.html')),
|
||||
url(r'^$', IndexView.as_view(), name='index'),
|
||||
url(r'^t/$', IndexView.as_view(), name='index_t'),
|
||||
url(r'^g/$', IndexView.as_view(), name='index_g'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue