mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-06-29 00:25:44 +08:00
Move to using inline todos, update .dockerignore, and remove duplicate timezone records in seed data
This commit is contained in:
parent
b024a74364
commit
f7b949a45e
7 changed files with 40 additions and 29 deletions
|
@ -9,6 +9,8 @@ class ActivationEmail(email.ActivationEmail):
|
|||
class PasswordResetEmail(email.PasswordResetEmail):
|
||||
template_name = "password_change.html"
|
||||
|
||||
# TODO: Fix email template values not filling in properly
|
||||
|
||||
|
||||
class SubscriptionAvailedEmail(email.BaseEmailMessage):
|
||||
template_name = "subscription_availed.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue