Skip to content

Commit

Permalink
chore: added Generate and Send text on button
Browse files Browse the repository at this point in the history
  • Loading branch information
Asespinel committed Jan 9, 2024
1 parent 7c47d6a commit 660f3f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<li>
<form method="POST" action="{% url 'openedx.generate_survey_report' %}" class="inline">
{% csrf_token %}
<input type="submit" value="Send Report" class="default" name="_sendreport">
<input type="submit" value="Generate and Send Report" class="default" name="_sendreport">
</form>
</li>
</ul>
Expand Down

0 comments on commit 660f3f6

Please sign in to comment.