Skip to content

Commit

Permalink
views: fix missing flash import
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Apr 17, 2024
1 parent c2e950c commit 4309b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_app_rdm/theme/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

"""Routes for general pages provided by Invenio-App-RDM."""

from flask import Blueprint, current_app, render_template, request
from flask import Blueprint, current_app, flash, render_template, request
from flask_login import current_user
from invenio_db import db
from invenio_i18n import get_locale
Expand Down

0 comments on commit 4309b57

Please sign in to comment.