diff --git a/docs/config/customize.md b/docs/config/customize.md index 9c2eb202..c36af4e1 100644 --- a/docs/config/customize.md +++ b/docs/config/customize.md @@ -99,4 +99,16 @@ There are three settings you can play with to control that: # Which field to use in the URL, may also be for example "pk" to use the # primary key and not expose the username (which may be private or may change too # often for URL persistance) - USER_URL_FIELD = "username" \ No newline at end of file + USER_URL_FIELD = "username" + + +## Custom header and/or footer scripts + +You can populate the content of you own `umap/header.html` and `umap/footer.html` +templates with `