This website works better with JavaScript.
Home
Explore
Help
Sign In
lu-my-works
/
patstavigais111121
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
commit
master
Artur
5 years ago
parent
cada28047f
commit
7d3802a7bb
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
jauns_projekts/jauns_projekts/urls.py
+1
-1
jauns_projekts/uzdevumi/views.py
+ 2
- 0
jauns_projekts/jauns_projekts/urls.py
View File
@ -21,5 +21,7 @@ import uzdevumi.views
urlpatterns
=
[
path
(
'
admin/
'
,
admin
.
site
.
urls
)
,
path
(
'
university
'
,
uzdevumi
.
views
.
form
)
,
path
(
'
visitors
'
,
uzdevumi
.
views
.
form
)
,
]
+ 1
- 1
jauns_projekts/uzdevumi/views.py
View File
@ -18,4 +18,4 @@ def form(request):
return
render
(
request
,
template_name
=
'
form.html
'
,
)
)
Write
Preview
Loading…
Cancel
Save