We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b718bdb commit be208c1Copy full SHA for be208c1
1 file changed
naucse/utils/views.py
@@ -113,7 +113,9 @@ def forks_raise_if_disabled():
113
""" Raises ValueError if forks are not enabled.
114
"""
115
if not forks_enabled():
116
- raise ValueError("You must explicitly allow forks to be rendered.")
+ raise ValueError(
117
+ "You must explicitly allow forks to be rendered.\n"
118
+ "Set FORKS_ENABLED=true to enable them.")
119
120
121
def raise_errors_from_forks():
0 commit comments