##// END OF EJS Templates
Se unió ATRAD al SIR
Se unió ATRAD al SIR

File last commit:

r380:34e7637f39b2
r380:34e7637f39b2
Show More
urls.py
7 lines | 221 B | text/x-python | PythonLexer
from django.urls import path
from . import views
urlpatterns = (
path('<int:id_conf>/', views.atrad_conf, name='url_atrad_conf'),
path('<int:id_conf>/edit/', views.atrad_conf_edit, name='url_edit_atrad_conf'),
)