add bio in user page, there is a problem with matching on the SELECT btw, idk wtf is the type

This commit is contained in:
Swrup 2021-11-07 18:52:31 +01:00
parent 152cefa9e4
commit 302525f2ab
4 changed files with 86 additions and 9 deletions

View file

@ -1,6 +1,6 @@
(executable
(public_name permap)
(modules app content db login permap register template user)
(modules app content db login permap register template user user_profile)
(libraries
bos
directories
@ -31,6 +31,12 @@
(action
(run dream_eml %{deps} --workspace %{workspace_root})))
(rule
(targets user_profile.ml)
(deps user_profile.eml.html)
(action
(run dream_eml %{deps} --workspace %{workspace_root})))
(rule
(target content.ml)
(deps