File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434DEBUG = True
3535debug .debug = DEBUG
3636
37+ DEBUG_AGENDA = False
38+
3739# Valid values:
3840# 'production', 'test', 'development'
3941# Override this in settings_local.py if it's not the desired setting:
Original file line number Diff line number Diff line change 327327 < li id ="timezone ">
328328 < select style ="width: 12em; " id ="timezone_select "> </ select >
329329 </ li >
330- {% if settings.DEBUG %}
330+ {% if settings.DEBUG and settings.DEBUG_AGENDA %}
331331 < li > < hr /> </ li >
332332 < li > < span id ="current-time "> </ span > </ li >
333333 {% endif %}
496496 < script src ="{% static 'ietf/js/agenda/timezone.js' %} "> </ script >
497497 < script >
498498
499- { % if settings . DEBUG % }
499+ { % if settings . DEBUG and settings . DEBUG_AGENDA % }
500500 speedup = + $ . urlParam ( 'speedup' ) ;
501501 if ( speedup < 1 ) {
502502 speedup = 1 ;
You can’t perform that action at this time.
0 commit comments