.
This commit is contained in:
@@ -19,7 +19,9 @@ CID: {{cid}}
|
|||||||
<div>
|
<div>
|
||||||
|
|
||||||
<form method="POST" class="post-form">{% csrf_token %}
|
<form method="POST" class="post-form">{% csrf_token %}
|
||||||
|
<div id="form-contents">
|
||||||
{{form}}
|
{{form}}
|
||||||
|
</div>
|
||||||
|
|
||||||
{% if previous > -1 %}
|
{% if previous > -1 %}
|
||||||
<button type="submit" name="previous" class="save btn btn-default">Previous</button>
|
<button type="submit" name="previous" class="save btn btn-default">Previous</button>
|
||||||
@@ -52,6 +54,7 @@ CID: {{cid}}
|
|||||||
<style>
|
<style>
|
||||||
.selected { border: 1px solid purple};
|
.selected { border: 1px solid purple};
|
||||||
.answer-list li { border: 1px none purple};
|
.answer-list li { border: 1px none purple};
|
||||||
|
#form-contents { display: none };
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user