fix: [showDomain] fix url pgp + cryptocurrency

pull/418/head
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
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@
<i class="{{ var_icon }}"></i> <i class="{{ var_icon }}"></i>
&nbsp;&nbsp;{{ dict_key }} &nbsp;&nbsp;{{ dict_key }}
</td> </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> </tr>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
@ -200,7 +200,7 @@
<i class="{{ var_icon }}"></i> <i class="{{ var_icon }}"></i>
&nbsp;&nbsp;{{ dict_key }} &nbsp;&nbsp;{{ dict_key }}
</td> </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> </tr>
{% endfor %} {% endfor %}
{% endif %} {% endif %}