Skip to content

Commit

Permalink
fix views
Browse files Browse the repository at this point in the history
  • Loading branch information
akramhar committed Apr 18, 2021
1 parent deb65de commit e6602a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omero_microMetaApp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@login_required()
def index(request, conn=None, **kwargs):

return render(request, 'microscopyMetadataTool/index.html')
return render(request, 'microMetaAppOmero/index.html')


@login_required()
Expand Down

0 comments on commit e6602a7

Please sign in to comment.