Skip to content

Commit

Permalink
Tweak indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Dec 1, 2023
1 parent 7d097f6 commit 949bc41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docassemble/ALDashboard/data/questions/list_sessions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ subquestion: |
% for interview in sessions_list:
<tr>
<td>
${ interview.key }
% if not filename:
<br/>
${ interview.filename }
% endif
${ interview.key }
% if not filename:
<br/>
${ interview.filename }
% endif
</td>
<td>${ interview.user_id }</td>
<td>${ format_date(interview.modtime, "MMM d YYYY") }</td>
Expand Down

0 comments on commit 949bc41

Please sign in to comment.