File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
< a href ="tox:{{ record.public_key }}{{ record.pin }}{{ record.checksum }} "> Click here to add {{record.name}}.</ a >
20
20
< br > < br > You can also add < b > {{ record.name }}@{{ realm }}</ b > in your client.
21
21
</ p >
22
- {% if record.bio %}
23
22
< div class ="user_entry ">
23
+ {% if record.bio %}
24
24
< p class ="quote "> {{ record.bio }}</ p >
25
25
< p class ="quote_tail "> </ p >
26
26
< span class ="username ">
27
27
< b > {{ record.name }}</ b > < span class ="de-emphasize "> @{{ realm }}</ span >
28
28
</ span >
29
+ {% end %}
29
30
{% if record.pin %}
30
31
< p class ="public_id "> < b > Full Tox ID</ b > : {{ record.public_key }}{{ record.pin }}{{ record.checksum }}</ p >
31
32
{% end %}
32
33
</ div >
33
- {% end %}
34
34
</ div >
35
35
< div class ="chunk barcode ">
36
36
< img src ="/barcode/{{ url_escape(record.name) }}.svg ">
You can’t perform that action at this time.
0 commit comments