]> OzVa Git service - delta-velorum/commitdiff
Added note to table page
authorMax Value <greenwoodw50@gmail.com>
Mon, 6 Apr 2026 22:12:54 +0000 (23:12 +0100)
committerMax Value <greenwoodw50@gmail.com>
Mon, 6 Apr 2026 22:12:54 +0000 (23:12 +0100)
director/templates/index.html
director/templates/table.html

index d236140310594dd4882c5809946292f474e5d79d..228b00a641890dfa80eeaa5b267f886d6271bc2d 100644 (file)
@@ -28,7 +28,6 @@ setupUpdate();
                <audio src="/static/media/sfx/shout.wav" class="update data~~trigger--shoutTrigger sound"></audio>
 
                {# BEGINS #}
-
                <div class="update data~~trigger--shoutTrigger showUntil">
                        <span class="update data~~text--shoutText title"></span>
                </div>
index c357be1f89db8c88c2e79742a51a85cd70e391bc..7d56694676d41037475b21a19364a0e1110aa4f6 100644 (file)
@@ -83,6 +83,8 @@ setupTrigger();
                                {% endfor %}
                                <input type="submit" value="Submit table" style="grid-column: 1 / span 4;">
                        </form>
+
+                       <pre>Note: Tables are rendered statically, it is not safe to opperate the same interface in two places at once.</pre>
                </main>
        </body>
 </html>