add: map name in map details view

This commit is contained in:
2023-06-16 15:00:46 +02:00
parent 1dada02926
commit 441891da12

View File

@@ -4,5 +4,7 @@
<body> <body>
{% include "upload-button.html" %} {% include "upload-button.html" %}
{% include "home-button.html" %} {% include "home-button.html" %}
</br>
<h1 class="ml-2">{{ map_uid }}</h1>
{% include "datatable.html" %} {% include "datatable.html" %}
</body> </body>