Skip to content

Commit

Permalink
more small things
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Dec 21, 2023
1 parent afb36ae commit a6d9e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/templates/core/qr.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{% hint qr request.user.current_team as hint %}
<span class="hint-content">{{ hint |mistune }}</span>
{% if request.user.is_superuser %}
<span style="font-size: 1rem">({{ qr }} <a class="link" href="{% url 'admin:core_qrcode_change' object_id=qr.id %}">{% translate "change" %}</a>)</span>
<span style="font-size: 0.5rem"><a class="link" href="{% url 'admin:core_qrcode_change' object_id=qr.id %}">{% translate "change" %}</a>)</span>
{% endif %}
</div>
{% endif %}
Expand All @@ -55,7 +55,7 @@
{% hint nexthint request.user.current_team as hint %}
<span class="hint-content">{{ hint|mistune }}</span>
{% if request.user.is_superuser %}
<span style="font-size: 1rem">({{ nexthint }} <a class="link" href="{% url 'admin:core_qrcode_change' object_id=nexthint.id %}">change</a>)</span>
<span style="font-size: 0.5rem"><a class="link" href="{% url 'admin:core_qrcode_change' object_id=nexthint.id %}">{% translate "change" %}</a>)</span>
{% endif %}

{% if logic_hint %}
Expand Down

0 comments on commit a6d9e53

Please sign in to comment.