Servlet-context fixes
This commit is contained in:
parent
3463292e3c
commit
b7ddc0a443
9 changed files with 9 additions and 16 deletions
|
|
@ -11,7 +11,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form action="login" method="post">
|
||||
<form action="{{servlet-context}}/login" method="post">
|
||||
{% csrf-field %}
|
||||
<h2>
|
||||
Or use a test username and password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue