diff options
author | Palaparthy Adityachandra | 2021-04-15 13:53:43 +0530 |
---|---|---|
committer | GitHub | 2021-04-15 13:53:43 +0530 |
commit | e53b86c23c064d70f86494da503392a598559453 (patch) | |
tree | 553c10fcffcfedc9d724a5250b2552eb946a5a49 /yaksh/templates | |
parent | 4e86fee70bee44fd7426cc25c6b097980699f398 (diff) | |
parent | 4756f86290426b5af8878500cf1bfd05e81f528e (diff) | |
download | online_test-e53b86c23c064d70f86494da503392a598559453.tar.gz online_test-e53b86c23c064d70f86494da503392a598559453.tar.bz2 online_test-e53b86c23c064d70f86494da503392a598559453.zip |
Merge pull request #837 from adityacp/fix_files_issue
Fix files issue
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' %}"> |