mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-14 22:19:32 +02:00

* Improve and promote admin panel (#76) * Customize admin panel texts (#76) * Improve settings structure (#76) * Improve admin list consistency (#76) * Fix redirect URLs (#76) * Add admin tooltip (#76)
9 lines
406 B
HTML
9 lines
406 B
HTML
<div class="empty">
|
|
<p class="empty-title h5">You have no bookmarks yet</p>
|
|
<p class="empty-subtitle">
|
|
You can get started by <a href="{% url 'bookmarks:new' %}">adding</a> bookmarks,
|
|
<a href="{% url 'bookmarks:settings.data' %}">importing</a> your existing bookmarks or configuring the
|
|
<a href="{% url 'bookmarks:settings.integrations' %}">bookmarklet</a>.
|
|
</p>
|
|
</div>
|