Files
enterprise_digital-platform/IT_asset_management/app/templates/assets
ske087 38991400f2 Fix TemplateSyntaxError in assets/detail.html
The compliance history section had two bugs:
- {% if compliance_log %} opened a card div and card-header div that were
  never closed, then accidentally wrapped {% if check_history %} inside it
- {% if asset.asset_type in Laptop/Desktop %} was missing its closing {% endif %}

Fix: remove the broken compliance_log wrapper; check_history now sits at the
correct nesting level with its own properly closed card structure; added the
missing {% endif %} for the asset_type block.
2026-07-08 23:21:51 +03:00
..