mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Update project_card header
This commit is contained in:
parent
fb2cb10866
commit
0f476e6cf0
1 changed files with 1 additions and 6 deletions
|
@ -6,11 +6,6 @@
|
|||
{% include tag.html tag=tag %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
<!-- <div class="tag-list">
|
||||
<span class="tag-spn">
|
||||
SPN
|
||||
</span>
|
||||
</div> -->
|
||||
<div class="card-title">
|
||||
{% if include.state == 'done' %}
|
||||
<i class="icon-tick text-green-500"></i>
|
||||
|
@ -40,7 +35,7 @@
|
|||
<input class="card-input-toggle" id="card{{ include.state | prepend: '-' }}{{ include.project | prepend: '-' }}-{{ forloop.index }}" type="checkbox">
|
||||
<div class="card-dropdown-toggle">
|
||||
<div class="card-dropdown-content">
|
||||
<p>The Assignment:</p>
|
||||
<h5>The Assignment:</h5>
|
||||
<br/>
|
||||
{% for paragraph in card.description %}
|
||||
<p>{{ paragraph }}</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue