Add ID of Sone to “view Sone” page.
[Sone.git] / src / main / resources / templates / viewSone.html
index 534c5ff..916b110 100644 (file)
@@ -1,5 +1,7 @@
 <%include include/head.html>
 
+       <div id="sone-id" class="hidden"><% sone.id|html></div>
+
        <%ifnull sone>
 
                <h1><%= Page.ViewSone.Page.TitleWithoutSone|l10n|html></h1>