Skip to content

Commit

Permalink
Naming fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolai <nrozanov@iponweb.net>
  • Loading branch information
Nikolai committed Jun 4, 2024
1 parent c475cdc commit 0872a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/ui/templates/crud/user_audit_log.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3>History of actions for user <a href="/users/{{ user.id }}">{{ user.username
{{ audit_log.event_datetime | naturalized_datetime }}
</td>
<td>
{{ audit_log.active_user_name }} (id: {{ audit_log.active_user_id }})
{{ audit_log.active_user_name }} (Id: {{ audit_log.active_user_id }})
</td>
</tr>
{% endfor %}
Expand Down

0 comments on commit 0872a0d

Please sign in to comment.