Skip to content

Commit

Permalink
Merge 07f14bd into a59516e
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Apr 7, 2021
2 parents a59516e + 07f14bd commit fbb34ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/settings/base.py
Expand Up @@ -177,6 +177,8 @@
PROJECTROLES_KIOSK_MODE = KIOSK_MODE
# Set limit for delegate roles per project to 1.
PROJECTROLES_DELEGATE_LIMIT = 1
# Allow including of additional HTML into the head.
PROJECTROLES_INLINE_HEAD_INCLUDE = env.str("PROJECTROLES_INLINE_HEAD_INCLUDE", "")

# FIXTURE CONFIGURATION
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit fbb34ab

Please sign in to comment.