all emails redesigned
This commit is contained in:
parent
057a2c77a6
commit
6983b6f72e
7 changed files with 181 additions and 119 deletions
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-23 01:50+0530\n"
|
||||
"POT-Creation-Date: 2017-09-23 02:19+0530\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -148,14 +148,12 @@ msgstr ""
|
|||
msgid ""
|
||||
"You can also copy and paste the following link into the address bar of your "
|
||||
"browser to activate your Data Center Light account."
|
||||
msgstr ""
|
||||
"Kopiere den folgenden Link in die Adressleiste deines Browsers."
|
||||
msgstr "Kopiere den folgenden Link in die Adressleiste deines Browsers."
|
||||
|
||||
msgid ""
|
||||
"You can copy and paste the following link into the address bar of your "
|
||||
"browser to activate your Data Center Light account."
|
||||
msgstr ""
|
||||
"Kopiere den folgenden Link in die Adressleiste deines Browsers."
|
||||
msgstr "Kopiere den folgenden Link in die Adressleiste deines Browsers."
|
||||
|
||||
msgid "Welcome to Data Center Light!"
|
||||
msgstr "Willkommen zu Data Center Light!"
|
||||
|
|
|
|||
|
|
@ -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