Skip to content

Commit

Permalink
chip_edit: use sorted_chip
Browse files Browse the repository at this point in the history
  • Loading branch information
handebeklen committed Feb 17, 2025
1 parent 8c2c0c1 commit 7fa710a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions canvas/templates/canvas/partials/chip_edit.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load sortedchip %}
{% load chip_tags %}

<form id="chip-edit-form-{{ chip.pk }}" data-chip-id="{{ chip.chip_id }}">
<article
Expand Down Expand Up @@ -50,7 +50,7 @@ <h2 style="display:inline">{{ chip }}</h2>
<p>{{ chip.chip_type }}</p>

<div style=" height:76vh;overflow-y:auto; scrollbar-width: thin;">
{% sortedchip chip matches=matches as chipsample_rows %}
{% sorted_chip chip matches=matches as chipsample_rows %}
{% for chipsample_row in chipsample_rows %}
<div class="grid">
{% for chipsample in chipsample_row %}
Expand Down

0 comments on commit 7fa710a

Please sign in to comment.