Add review route and template

This commit is contained in:
leigh-mil
2019-07-16 13:43:36 -04:00
parent b2db53096f
commit 68e0d261f6
4 changed files with 135 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
{% from 'components/date_picker.html' import DatePicker %}
{% from 'components/icon.html' import Icon %}
{% from 'components/options_input.html' import OptionsInput %}
{% from "components/sticky_cta.html" import StickyCTA %}
{% from 'components/text_input.html' import TextInput %}