Skip to content

Commit

Permalink
Stop using current_user and use true value
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarow committed Aug 18, 2023
1 parent 89ad091 commit e4f6020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usaon_vta_survey/templates/surveys.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2>{% block title %}Surveys{% endblock %}</h1>
</td>
<td>{{survey.title}}</td>
<td>{{survey.created_timestamp}}</td>
<td>{{current_user.name}}</td>
<td>{{survey.created_by}}</td>
<td>{{survey.response.updated_timestamp}}</td>
<td>
{% if survey.response %}
Expand Down

0 comments on commit e4f6020

Please sign in to comment.