Remove common app link importing
This commit is contained in:
@@ -4,13 +4,11 @@ from django.dispatch import receiver
|
||||
|
||||
from south.signals import post_migrate
|
||||
|
||||
from common import about_view, license_view
|
||||
from navigation.api import register_links
|
||||
|
||||
from .links import form_view
|
||||
from .models import RegistrationSingleton
|
||||
|
||||
register_links(['form_view'], [about_view, license_view], menu_name='secondary_menu')
|
||||
register_links(['form_view', 'about_view', 'license_view'], [form_view], menu_name='secondary_menu')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user