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:
parent
c42c759d40
commit
e502ec9584
4 changed files with 86 additions and 9 deletions
8
src/dune
8
src/dune
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue