2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 11:49:50 +00:00

remove %s old formatting style (last bits)

This commit is contained in:
2023-01-02 22:26:33 +00:00
parent 7738b2836e
commit 822965ebe5
2 changed files with 1 additions and 2 deletions

View File

@@ -212,7 +212,6 @@ trogglepatterns = [
# do NOT allow DIR_ROOT prefix to all urls
urlpatterns = [
# re_path('^%s' % settings.DIR_ROOT, include(trogglepatterns))
re_path('', include(trogglepatterns))
]