mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-06 20:54:01 +02:00
Simplify user profile
This commit is contained in:
@ -8,6 +8,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'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user