Cleanups.

This commit is contained in:
Roberto Rosario
2015-09-28 04:15:37 -04:00
parent 20398174a8
commit 83c8f28455
4 changed files with 6 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ from navigation import Link
link_api = Link(
icon='fa fa-plug', tags='new_window', text=_('REST API'),
view='rest_api:api-root'
view='rest_api:api_root'
)
link_api_documentation = Link(
icon='fa fa-book', tags='new_window', text=_('API Documentation'),