1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-06 12:54:02 +02:00
This commit is contained in:
Med
2017-07-04 02:46:20 +02:00
parent 131c56fc41
commit eeb4d113b6
5 changed files with 100 additions and 1 deletions

View File

@ -27,4 +27,5 @@ from . import views
urlpatterns = [
url(r'^$', views.index, name='index'),
url(r'^revert_action/(?P<revision_id>[0-9]+)$', views.revert_action, name='revert-action'),
url(r'^stats_actions/$', views.stats_actions, name='stats-actions'),
]