Rename slug to sticker
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
|
||||||
|
@@ -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 }}
|
||||||
|
@@ -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 }}">
|
||||||
|
Reference in New Issue
Block a user