Remove the registration app

This commit is contained in:
Roberto Rosario
2015-03-06 19:29:59 -04:00
parent 0012054132
commit 76d23b481d
73 changed files with 2 additions and 2713 deletions

View File

@@ -33,7 +33,7 @@ from .utils import validate_path
logger = logging.getLogger(__name__)
register_links(['common:current_user_details', 'common:current_user_edit', 'common:current_user_locale_profile_details', 'common:current_user_locale_profile_edit', 'common:password_change_view'], [link_current_user_details, link_current_user_edit, link_current_user_locale_profile_details, link_current_user_locale_profile_edit, link_password_change, link_logout], menu_name='secondary_menu')
register_links(['common:about_view', 'common:license_view', 'registration:form_view'], [link_about, link_license], menu_name='secondary_menu')
register_links(['common:about_view', 'common:license_view'], [link_about, link_license], menu_name='secondary_menu')
register_top_menu('about', link_about, position=-1)