mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-19 14:38:02 +00:00
Do not display checksums on small devices
This commit is contained in:
@@ -23,14 +23,16 @@
|
|||||||
<p>
|
<p>
|
||||||
This is what the avatars will look like depending on the hash and protocol you use:<br/>
|
This is what the avatars will look like depending on the hash and protocol you use:<br/>
|
||||||
|
|
||||||
{% if mail_hash %}
|
<div class="d-none d-lg-block">
|
||||||
MD5 hash (mail): {{ mail_hash }}<br/>
|
{% if mail_hash %}
|
||||||
SHA256 hash (mail): {{ mail_hash256 }}<br/>
|
MD5 hash (mail): {{ mail_hash }}<br/>
|
||||||
{% endif %}
|
SHA256 hash (mail): {{ mail_hash256 }}<br/>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if openid_hash %}
|
{% if openid_hash %}
|
||||||
SHA256 hash (OpenID): {{ openid_hash }}<br/>
|
SHA256 hash (OpenID): {{ openid_hash }}<br/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul class="horizontal-list avatar-list centered" style="font-size:smaller;">
|
<ul class="horizontal-list avatar-list centered" style="font-size:smaller;">
|
||||||
|
|||||||
Reference in New Issue
Block a user