We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bc564 commit 9149013Copy full SHA for 9149013
1 file changed
appyter/profiles/default/filters/url_for.py
@@ -27,7 +27,7 @@ def url_for(directory, public=False, **kwargs):
27
raise
28
except:
29
url = join_url(config['PREFIX'], url)
30
- else:
+ elif not config['DEBUG']:
31
32
33
#
0 commit comments