Adds registration e-mails

This commit is contained in:
Christopher Neugebauer 2017-10-03 07:04:29 -07:00
parent 23e523d78c
commit 2815780839
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
{% load i18n %}Pending Registration {{ invoice.id }}

View file

@ -0,0 +1 @@
{% load i18n %}{{ invoice.get_status_display }} -- Registration {{ invoice.id }}