Skip to content

Commit df8705b

Browse files
committed
Merged in patches from production.
- Legacy-Id: 8473
1 parent 704589b commit df8705b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/doc/views_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ def telechat_date(request, name):
862862
initial_returning_item = bool(e and e.returning_item)
863863

864864
prompts = []
865-
if e and doc.type.slug != 'charter':
865+
if e and e.telechat_date and doc.type.slug != 'charter':
866866
if e.telechat_date==datetime.date.today():
867867
prompts.append( "This document is currently scheduled for today's telechat. "
868868
+"Please set the returning item bit carefully.")

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,4 +477,4 @@ def skip_unreadable_post(record):
477477
if 'SECRET_KEY' not in locals():
478478
SECRET_KEY = 'PDwXboUq!=hPjnrtG2=ge#N$Dwy+wn@uivrugwpic8mxyPfHka'
479479

480-
X_FRAME_OPTIONS = "ALLOW-FROM tools.ietf.org"
480+
# X_FRAME_OPTIONS = "ALLOW-FROM tools.ietf.org"

0 commit comments

Comments
 (0)