Skip to content

Commit

Permalink
Merge pull request #38 from Stanford-Online/fix-no-response-behavior
Browse files Browse the repository at this point in the history
Define "No Response" text in python and pass it in
  • Loading branch information
caesar2164 authored Dec 11, 2018
2 parents 6ada03b + e697dd9 commit 00a2ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freetextresponse/templates/freetextresponse_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2 class="problem-header">{{ display_name }}</h2>
<span class="sr">{% trans "peer responses" %}</span>
</button>
<p class="responses-title">{% trans "Submissions by others" %}</p>
<ul class="response-list" data-noresponse={% trans "No responses to show at this time" %}>
<ul class="response-list" data-noresponse="{% trans "No responses to show at this time" %}">
{% for response in other_responses %}
<li class="other-student-responses">{{ response.answer }}</li>
{% empty %}
Expand Down

0 comments on commit 00a2ff0

Please sign in to comment.