Show the organization namespace in the detail page

This commit is contained in:
Tobias Kunze 2025-03-27 16:51:36 +01:00
parent 0d47060141
commit e37e126d9d

View file

@ -46,6 +46,15 @@
</th>
{% partial org-name %}
</tr>
<tr>
<th class="w-25">
<span class="d-flex mt-2">{% translate "Namespace" %}</span>
</th>
<td>
<div>{{ form.instance.namespace }}</div>
<small class="text-muted">{% translate "The namespace cannot be changed after creation." %}</small>
</td>
</tr>
</tbody>
</table>
</div>