Removing template directory

This commit is contained in:
Steve Leon 2015-03-07 00:21:46 -08:00
parent ca091d69ba
commit 3d21ae663f
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from horizon import tables
class IndexView(tables.DataTableView):
table_class = QueuesTable
template_name = 'cuedashboard/queues/index.html'
template_name = 'queues/index.html'
def get_data(self):
return api.queue_list(self.request)