request-yo-racks / api

A REST API for the Request-Yo-Racks projects.
https://api.requestyoracks.org
MIT License
0 stars 4 forks source link

Add templatizer endpoint #71

Open rgreinho opened 5 years ago

rgreinho commented 5 years ago

Issue Type

Current Behavior

The frontend uses the data from the /place endpoint to render the email template.

Expected Behavior

Filling the email template should happen in the backend, not the frontend.

Possible Solution

Use a Jinja2 template.