hbnet/web/templates/view_passphrase.html

20 lines
413 B
HTML
Raw Normal View History

{% extends 'flask_user/_public_base.html' %}
{% block content %}
<p>&nbsp;</p><h4 style="text-align: center;"><a href="/generate_passphrase/pi-star">Click here</a> for automated Pi-Star script.</h4><p>&nbsp;</p>
<table style="width: 900px; margin-left: auto; margin-right: auto;">
<tbody>
<tr>
<td>
2021-08-01 02:29:58 -04:00
{{server_content}}
</td>
2021-08-01 02:29:58 -04:00
<td>{{passphrase_content}}
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
{% endblock %}