mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 07:07:13 +00:00
Public Import Errors webpage
This commit is contained in:
7
urls.py
7
urls.py
@@ -10,7 +10,7 @@ from django.urls import reverse, resolve
|
||||
from troggle.core.views import surveys, logbooks, other, caves, statistics, survex
|
||||
from troggle.core.views.other import troggle404, frontpage
|
||||
from troggle.core.views.caves import ent, prospecting_image, cavepage
|
||||
from troggle.core.views.statistics import pathsreport, stats
|
||||
from troggle.core.views.statistics import pathsreport, stats, dataissues
|
||||
from troggle.core.views.expo import expofiles_redirect, expofilessingle, expopage, editexpopage, mediapage
|
||||
from troggle.core.views.survex import survexcaveslist, survexcavesingle, svx
|
||||
from troggle.core.views.auth import expologin, expologout
|
||||
@@ -118,8 +118,9 @@ trogglepatterns = [
|
||||
|
||||
|
||||
url(r'^statistics/?$', statistics.stats, name="stats"),
|
||||
url(r'^stats/?$', statistics.stats, name="stats"),
|
||||
url(r'^pathsreport.*$', statistics.pathsreport, name="pathsreport"),
|
||||
url(r'^stats/?$', statistics.stats, name="stats"),
|
||||
url(r'^pathsreport.*$', statistics.pathsreport, name="pathsreport"),
|
||||
url(r'^dataissues/?$', statistics.dataissues, name="dataissues"),
|
||||
|
||||
url(r'^controlpanel/?$', other.controlPanel, name="controlpanel"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user