Skip to content

Commit 313d6f6

Browse files
authored
Merge pull request #11 from LittleVulpix/LittleVulpix-show-id
Show full tox ID even when user has no bio
2 parents 40048e5 + d80ad34 commit 313d6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/tox/onemomentplease.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
<a href="tox:{{ record.public_key }}{{ record.pin }}{{ record.checksum }}">Click here to add {{record.name}}.</a>
2020
<br><br>You can also add <b>{{ record.name }}@{{ realm }}</b> in your client.
2121
</p>
22-
{% if record.bio %}
2322
<div class="user_entry">
23+
{% if record.bio %}
2424
<p class="quote">{{ record.bio }}</p>
2525
<p class="quote_tail"></p>
2626
<span class="username">
2727
<b>{{ record.name }}</b><span class="de-emphasize">@{{ realm }}</span>
2828
</span>
29+
{% end %}
2930
{% if record.pin %}
3031
<p class="public_id"><b>Full Tox ID</b>: {{ record.public_key }}{{ record.pin }}{{ record.checksum }}</p>
3132
{% end %}
3233
</div>
33-
{% end %}
3434
</div>
3535
<div class="chunk barcode">
3636
<img src="/barcode/{{ url_escape(record.name) }}.svg">

0 commit comments

Comments
 (0)