This commit is contained in:
@@ -2,5 +2,5 @@ from __future__ import unicode_literals
|
||||
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
link_api = {'text': _('REST API'), 'view': 'api-root', 'famfam': 'disconnect', 'icon': 'appearance/icons/disconnect.png'}
|
||||
link_api_documentation = {'text': _('REST API Documentation'), 'view': 'django.swagger.base.view', 'famfam': 'book', 'icon': 'appearance/icons/book.png'}
|
||||
link_api = {'text': _('REST API'), 'view': 'api-root', 'icon': 'fa fa-plug'}
|
||||
link_api_documentation = {'text': _('REST API Documentation'), 'view': 'django.swagger.base.view', 'icon': 'fa fa-book'}
|
||||
|
||||
Reference in New Issue
Block a user