fix unique identifier

This commit is contained in:
Cayo Puigdefabregas 2022-04-29 11:38:47 +02:00
parent c176659cbe
commit 9f8f5ec9e0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class TagListView(View):
context = {
'lots': lots,
'tags': tags,
'page_title': 'Tags Management',
'page_title': 'Unique Identifiers Management',
'version': __version__,
}
return flask.render_template(self.template_name, **context)