Skip to content

Commit 3879ac0

Browse files
committed
Add file path config variables for the ietf website top and bottom snippets.
- Legacy-Id: 1565
1 parent 9699eeb commit 3879ac0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

ietf/settings.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,16 @@
163163

164164
TEST_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
169167
INTERNET_DRAFT_PATH = '/a/www/ietf-ftp/internet-drafts/'
170168
RFC_PATH = '/a/www/ietf-ftp/rfc/'
171169
AGENDA_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
174178
CACHE_MIDDLEWARE_SECONDS = 300

0 commit comments

Comments
 (0)