mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-02-27 22:43:15 +08:00
13 lines
350 B
HTML
13 lines
350 B
HTML
{% load static %}
|
|
<div class="modal-header">
|
|
<h2 class="title">{{ title }}</h2>
|
|
<button type="button"
|
|
class="btn btn-noborder close"
|
|
aria-label="Close dialog"
|
|
data-close-modal>
|
|
<svg width="24" height="24">
|
|
<use href="{% static 'icons.svg' %}?v={{ app_version }}#close"></use>
|
|
</svg>
|
|
</button>
|
|
</div>
|