diff --git a/README.md b/README.md index f09cbd9..e59ec7f 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ There are external components to this template referred to as "microservices". T # TODO list -- Legal Requirements: +- ~~Legal Requirements:~~ - ~~Physical Mailing Address Config (for emails)~~ - ~~Opt-out option (for emails)~~ - - Privacy policy & data collection notices + - ~~Privacy policy & data collection notices~~ - ~~LICENSE file~~ - ~~annoying "This site uses cookies" message~~ - ~~Account system~~ @@ -79,6 +79,7 @@ There are external components to this template referred to as "microservices". T - HTTPS - Default admin account - Information about legal requirements of the developers using this template + - Privacy policy & data collection notices # Email settings diff --git a/client/components/app.jsx b/client/components/app.jsx index 4b6fd95..7e1d2b6 100644 --- a/client/components/app.jsx +++ b/client/components/app.jsx @@ -5,6 +5,7 @@ import { useCookies } from 'react-cookie'; //library components import LazyRoute from './lazy-route'; +import Markdown from './panels/markdown'; //styling //TODO: styling import @@ -45,6 +46,9 @@ const App = props => { import('./pages/admin')} /> + () => } /> + () => } /> + import('./pages/not-found')} />