Change to oidc and new foreign id format
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
2023-07-30 03:17:03 +03:00
parent d0fa0b1928
commit a28189a306
14 changed files with 390 additions and 198 deletions

View File

@@ -16,7 +16,10 @@
</thead>
<tbody>
{% for item in items %}
<tr>
<tr {% if item | check_foreign_key_format %}
style="background-color: coral;"
{% endif %}
>
<td>
{% if item.shortener %}
<a href="http://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>