fix: [showDomain] fix url pgp + cryptocurrency

This commit is contained in:
Terrtia 2019-11-05 16:53:30 +01:00
parent 712de0d88a
commit 63b3d5a5f9
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -143,7 +143,7 @@
<i class="{{ var_icon }}"></i>
&nbsp;&nbsp;{{ dict_key }}
</td>
<td><a target="_blank" href="{{ url_for('hashDecoded.showHash') }}?hash={{ key_id }}">{{ key_id }}</a></td>
<td><a target="_blank" href="{{ url_for('hashDecoded.show_pgpdump') }}?type_id={{ dict_key }}&key_id={{ key_id }}">{{ key_id }}</a></td>
</tr>
{% endfor %}
{% endif %}
@ -200,7 +200,7 @@
<i class="{{ var_icon }}"></i>
&nbsp;&nbsp;{{ dict_key }}
</td>
<td><a target="_blank" href="{{ url_for('hashDecoded.showHash') }}?hash={{ key_id }}">{{ key_id }}</a></td>
<td><a target="_blank" href="{{ url_for('hashDecoded.show_cryptocurrency') }}?type_id={{ dict_key }}&key_id={{ key_id }}">{{ key_id }}</a></td>
</tr>
{% endfor %}
{% endif %}