Add organization data serialization to OrgDetailView

This commit is contained in:
Joakim Hellsén 2025-09-03 17:23:59 +02:00
commit 0322744104
2 changed files with 10 additions and 0 deletions

View file

@ -34,4 +34,5 @@
</li>
{% endfor %}
</ul>
<pre><code>{{ org_data }}</code></pre>
{% endblock content %}