diff --git a/jauns_projekts/jauns_projekts/urls.py b/jauns_projekts/jauns_projekts/urls.py index 7a47b87..cef3bfc 100644 --- a/jauns_projekts/jauns_projekts/urls.py +++ b/jauns_projekts/jauns_projekts/urls.py @@ -22,5 +22,6 @@ urlpatterns = [ path('admin/', admin.site.urls), path('show-hello', uzdevumi.views.show_hello), path('show-html', uzdevumi.views.show_html), + path('university', uzdevumi.views.form), ] diff --git a/jauns_projekts/templates/form.html b/jauns_projekts/templates/form.html index d08b453..9261f4c 100644 --- a/jauns_projekts/templates/form.html +++ b/jauns_projekts/templates/form.html @@ -7,8 +7,10 @@
diff --git a/jauns_projekts/templates/hello.html b/jauns_projekts/templates/hello.html index d144d19..2245177 100644 --- a/jauns_projekts/templates/hello.html +++ b/jauns_projekts/templates/hello.html @@ -6,5 +6,7 @@