2022-10-29 11:11:55 +00:00
|
|
|
{% include "header.html" %}
|
|
|
|
|
2022-11-07 18:28:45 +00:00
|
|
|
<div style="float: left">
|
|
|
|
<a href="{{ args.public_path }}/pasta/{{pasta.id_as_animals()}}">Back to Pasta</a>
|
2022-10-29 11:11:55 +00:00
|
|
|
</div>
|
|
|
|
|
2022-11-07 18:28:45 +00:00
|
|
|
|
|
|
|
<div style="text-align: center; padding: 3rem;">
|
|
|
|
{% if pasta.pasta_type == "url" %}
|
|
|
|
<a href="{{ args.public_path }}/url/{{pasta.id_as_animals()}}">
|
|
|
|
{{qr}}
|
|
|
|
</a>
|
|
|
|
{% else %}
|
|
|
|
<a href="{{ args.public_path }}/pasta/{{pasta.id_as_animals()}}">
|
|
|
|
{{qr}}
|
|
|
|
</a>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
.copy-text-button,
|
|
|
|
.copy-url-button {
|
|
|
|
font-size: small;
|
|
|
|
padding: 4px;
|
|
|
|
width: 6rem;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2022-10-29 11:11:55 +00:00
|
|
|
{% include "footer.html" %}
|