Skip to content
Snippets Groups Projects
Commit 47222bfe authored by Jan Mach's avatar Jan Mach
Browse files

Fix: Fixed invalid path to country flags.

parent 3f6db845
No related branches found
No related tags found
No related merge requests found
......@@ -541,7 +541,7 @@ class Vial(flask.Flask): # pylint: disable=locally-disabled,too-many-instance-a
return flask.Markup(
'<img src="{}">'.format(
flask.url_for(
'design.static',
'static',
filename = 'images/country-flags/flags-iso/shiny/16/{}.png'.format(
country.upper()
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment