-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor attachment viewset * remove unused css class * update eco implementation * update labels * remove tester css class * html formatting * epiv2 htmx refactor * workflow htmx refactoring * update binding htmx implementation * delete unused workflow_list fragment * Add label reordering * restore attachment scroll functionality * Add !important to hidden * remove a few additions * update form wording tweaks * clarify create id * one fewer db query? * add clarifying comment for purpose * fix bug I introduced (womp womp) * fix error I introduced in 59b3662 (womp womp) --------- Co-authored-by: Andy Shapiro <[email protected]> Co-authored-by: Andy Shapiro <[email protected]>
- Loading branch information
1 parent
38fbf72
commit 82eab7e
Showing
6 changed files
with
82 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
hawc/apps/assessment/templates/assessment/fragments/label_list.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div class="my-2 box-shadow-minor list-group py-0" id="label-listgroup"> | ||
{% for object in object_list %} | ||
{% include "assessment/fragments/label_row.html" with canEdit=True %} | ||
{% endfor %} | ||
<div class="alert alert-info text-center show-only-child my-0">No labels created (yet).</div> | ||
<div class="create-row hidden"></div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters