File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ def readthedocs_processor(request):
17
17
'TEMPLATE_ROOT' : settings .TEMPLATE_ROOT + '/' ,
18
18
'DO_NOT_TRACK_ENABLED' : settings .DO_NOT_TRACK_ENABLED ,
19
19
'USE_PROMOS' : settings .USE_PROMOS ,
20
+ 'SUPPORT_EMAIL' : settings .SUPPORT_EMAIL ,
20
21
}
21
22
return exports
Original file line number Diff line number Diff line change 31
31
{% blocktrans trimmed %}
32
32
Your project is currently disabled for abuse of the system.
33
33
Please make sure it isn't using unreasonable amounts of resources or triggering lots of builds in a short amount of time.
34
- Please < a href ="mailto:{{ settings. SUPPORT_EMAIL }} "> contact support</ a > to get your project re-enabled.
34
+ Please < a href ="mailto:{{ SUPPORT_EMAIL }} "> contact support</ a > to get your project re-enabled.
35
35
{% endblocktrans %}
36
36
</ p >
37
37
< br >
You can’t perform that action at this time.
0 commit comments