Allow user feedback to request email reply back

This commit is contained in:
Lance Edgar 2022-08-17 21:08:54 -05:00
parent 5fb99c54c9
commit 2fde1db83c
4 changed files with 35 additions and 5 deletions

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2021 Lance Edgar
# Copyright © 2010-2022 Lance Edgar
#
# This file is part of Rattail.
#
@ -58,4 +58,7 @@ class Feedback(colander.Schema):
user_name = colander.SchemaNode(colander.String(),
missing=colander.null)
please_reply_to = colander.SchemaNode(colander.String(),
missing=colander.null)
message = colander.SchemaNode(colander.String())