Skip to content

Commit

Permalink
dashboard: add default view
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Sep 2, 2022
1 parent 4319381 commit 8aefcdc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{#
Copyright (C) 2022 CERN.

Invenio App RDM is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
#}

{% extends admin_base_template %}

{% block admin_page_content %}

Put content here

{% endblock admin_page_content %}
2 changes: 1 addition & 1 deletion invenio_administration/views/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
class AdminDashboardView(AdminView):
"""Admin dashboard view."""

template = "invenio_administration/index.html"
template = "invenio_administration/dashboard/dashboard.html"
name = "dashboard"
url = "/"

0 comments on commit 8aefcdc

Please sign in to comment.