witten
/
luminotes
Archived
1
0
Fork 0

Updating tools with new download note.

This commit is contained in:
Dan Helfman 2007-11-01 05:15:33 +00:00
parent d43eea755a
commit 4ca87af17c
2 changed files with 4 additions and 2 deletions

View File

@ -20,9 +20,10 @@ class Initializer( object ):
( u"meet the team.html", False ),
( u"contact info.html", False ),
( u"login.html", False ),
( u"download.html", False ),
( u"password reset.html", False ),
( u"supported browsers.html", False ),
( u"advanced browser features.html", False ),
( u"supported browsers.html", False ),
]
def __init__( self, database, nuke = False ):

View File

@ -20,9 +20,10 @@ class Updater( object ):
( u"meet the team.html", False ),
( u"contact info.html", False ),
( u"login.html", False ),
( u"download.html", False ),
( u"password reset.html", False ),
( u"supported browsers.html", False ),
( u"advanced browser features.html", False ),
( u"supported browsers.html", False ),
]
def __init__( self, database, navigation_note_id = None ):