New bootstrap based frontend UI. Merged from #121 with many fixes. Closes issues #121, #59 and #100

This commit is contained in:
Roberto Rosario
2015-03-31 03:26:57 -04:00
parent 5a7885ddcb
commit 80c04b1fb7
240 changed files with 15551 additions and 17932 deletions

View File

@@ -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'}