Skip to content

Commit

Permalink
feat: include task note in dropdown view
Browse files Browse the repository at this point in the history
  • Loading branch information
zwinniez committed May 12, 2024
1 parent 982d9df commit 20dc755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_source_python_template/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2>Starred</h2>
</div>
<button class="dropdown-toggle" onclick="toggleDropdown('task-detail-{{task['id']}}')"></button>
<div class="task-detail" id="task-detail-{{task['id']}}">
<p>More details about Task Item...</p>
<p>{{task['taskdescription']}}</p>
</div>
</div>
{% endfor %}
Expand Down

0 comments on commit 20dc755

Please sign in to comment.