Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config.edn.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
:enable-catalogue-tree false ; might be useful for a lot of items
:catalogue-tree-show-matching-parents true
:enable-autosave true
:enable-save-compaction true ; merge consecutive saves into one event
:extra-stylesheets {:root "./" :files ["/theme/styles.css"]}
:smtp {:host "${SMTP_HOST}" :user "${SMTP_USER}" :pass "${SMTP_PASSWORD}" :port 587 :tls true}
:mail-from "${SMTP_SENDER}"
Expand Down
4 changes: 2 additions & 2 deletions theme/extra-translations/en.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:t {:footer "Australian BioCommons"
:header {:title "BioCommons REMS"}
:header {:title "ACDC REMS"}
:login {:login [:img {:src "img/login.png" :height "50px"}]
:intro [:div [:h5 "Dataset Permission Management"] [:p "REMS is a service for managing dataset permissions."]]
:intro2 "" :text ""}}}
:intro2 "" :text ""}}}