File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 163163
164164TEST_REFERENCE_URL_PREFIX = os .environ .get ("IETFDB_REF_PREFIX" ,"" ) or 'https://datatracker.ietf.org/'
165165
166- IPR_DOCUMENT_PATH = '/a/www/ietf-ftp/ietf/IPR'
167-
168166# Override this in settings_local.py if needed
169167INTERNET_DRAFT_PATH = '/a/www/ietf-ftp/internet-drafts/'
170168RFC_PATH = '/a/www/ietf-ftp/rfc/'
171169AGENDA_PATH = '/a/www/www6/proceedings/'
170+ IPR_DOCUMENT_PATH = '/a/www/ietf-ftp/ietf/IPR'
171+
172+ # External page top and bottom, which gives a html page the current menubar
173+ # and footer used in the current web-page design
174+ EXTERNAL_PAGE_TOP = '/a/www/www6s/scripts/templates/top-page'
175+ EXTERNAL_PAGE_BOT = '/a/www/www6s/scripts/templates/bottom-page'
172176
173177# Override this in settings_local.py if needed
174178CACHE_MIDDLEWARE_SECONDS = 300
You can’t perform that action at this time.
0 commit comments