Add new appearance app to hold all of the base templates, images, icons and external packages related to the frontend and look of the project

This commit is contained in:
Roberto Rosario
2015-03-30 02:17:40 -04:00
parent 3131751b25
commit 5dabc0a34a
290 changed files with 298 additions and 298 deletions

View File

@@ -13,5 +13,5 @@ def setup_list(request):
'title': _('Setup items'),
}
return render_to_response('main/generic_list_horizontal.html', context,
return render_to_response('appearance/generic_list_horizontal.html', context,
context_instance=RequestContext(request))