Skip to content

Commit

Permalink
Change bad var in summary page
Browse files Browse the repository at this point in the history
  • Loading branch information
psyray committed Nov 18, 2023
1 parent e03b5b5 commit 7141efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/targetApp/templates/target/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ <h4 class="header-title mb-0"><span id="tasks-count"><span class="spinner-border
<div class="compose-content" id="addTaskModalTitle">
<h4 class="header-title">Add Recon Todo</h4>
<form>
<input type="hidden" name="summary_identifier" value="{{history.id}}" id="summary_identifier_val">
<input type="hidden" name="summary_identifier" value="{{target.id}}" id="summary_identifier_val">

<div class="mt-2">
<label for="todoTitle" class="form-label">Todo Title</label>
Expand Down

0 comments on commit 7141efe

Please sign in to comment.