Rename slug to sticker

This commit is contained in:
2025-05-30 22:57:05 +03:00
parent 88b8519ff6
commit 88c7e49850
5 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
<table> <table>
<thead> <thead>
<tr> <tr>
<th>Slug</th> <th>Sticker</th>
<th>Visibility</th> <th>Visibility</th>
<th>Type</th> <th>Type</th>
<th>Name</th> <th>Name</th>

View File

@@ -2,9 +2,9 @@
{% block content %} {% block content %}
<div class="container"> <div class="container">
<h3>New slug: {{ slug }}</h3> <h3>New sticker: {{ slug }}</h3>
<p> <p>
You are adding a new slug to the collection. You are adding a new sticker to the collection.
It can be assigned to an existing item or a new item can be created. It can be assigned to an existing item or a new item can be created.
</p> </p>
<h3>Actions</h3> <h3>Actions</h3>

View File

@@ -44,7 +44,7 @@
</tr> </tr>
<tr> <tr>
<td>k6.ee/</td> <td>Sticker: k6.ee/</td>
<td>{{ form.shortener.slug }}</td> <td>{{ form.shortener.slug }}</td>
</tr> </tr>

View File

@@ -39,7 +39,7 @@
</tr> </tr>
<tr> <tr>
<td>URL slug</td> <td>Sticker</td>
<td> <td>
{% if item.get("shortener").slug %} {% if item.get("shortener").slug %}
{{ item.get("shortener", {}).get("slug") | qr_code }} {{ item.get("shortener", {}).get("slug") | qr_code }}

View File

@@ -34,7 +34,7 @@
</tr> </tr>
<tr> <tr>
<td>URL slug</td> <td>Sticker</td>
<td> <td>
{% if item.get("shortener").slug %} {% if item.get("shortener").slug %}
<a href="http://k6.ee/{{ item.get("shortener").slug }}"> <a href="http://k6.ee/{{ item.get("shortener").slug }}">