Skip to content

Commit

Permalink
fix namin
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolai-dr committed Sep 28, 2016
1 parent 7f90a5f commit 2ac7517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_admin/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def add_resource(self, resource):
resource.setup(self.app, self._url)
self._resources.append(resource)

async def index_handler(self, request):
async def index_page(self, request):
t = self._temalate
context = {'name': self._name}
return render_template(t, request, context, app_key=TEMPLATE_APP_KEY)

0 comments on commit 2ac7517

Please sign in to comment.