diff options
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/showquestions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/showquestions.html b/yaksh/templates/yaksh/showquestions.html index aefb3a6..b9c1e78 100644 --- a/yaksh/templates/yaksh/showquestions.html +++ b/yaksh/templates/yaksh/showquestions.html @@ -43,7 +43,7 @@ </p> </div> <div class="card-body"> - <form action="" method="post" enctype="multipart/form-data"> + <form action="{% url 'yaksh:show_questions' %}" method="post" enctype="multipart/form-data"> {% csrf_token %} <div class="form-group col-md-6"> <a class="btn btn-info" href="{% url 'yaksh:download_yaml_template' %}"> |