|
|
|
|
@ -4,6 +4,7 @@
@@ -4,6 +4,7 @@
|
|
|
|
|
{% block body %} |
|
|
|
|
<div class="w-container mt-5"> |
|
|
|
|
<twig:Atoms:PageHeading heading="Feedback" tagline="Bug reports and feature requests welcome"/> |
|
|
|
|
<section> |
|
|
|
|
<form data-controller="nostr-single-sign" data-nostr-single-sign-event-value='{{ { |
|
|
|
|
"kind": 24, |
|
|
|
|
"tags": [...recipients|map(r => ["p", r]), ['client', 'Decent Newsroom']], |
|
|
|
|
@ -29,6 +30,7 @@
@@ -29,6 +30,7 @@
|
|
|
|
|
<h5 class="mt-4">Preview</h5> |
|
|
|
|
<pre data-nostr-single-sign-target="computedPreview" class="bg-light p-2"></pre> |
|
|
|
|
</form> |
|
|
|
|
</section> |
|
|
|
|
</div> |
|
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
|