template update for nominate

This commit is contained in:
2024-02-20 00:03:51 +01:00
parent 458402fb8b
commit fdbdebca2a
6 changed files with 80 additions and 10 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
</head>
<body hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'>
<div class="window" id="main-window">
<div class="title-bar">
<div class="title-bar main-title-bar">
<div class="title-bar-text">
{% block window-title %}{% endblock %}
</div>
@@ -39,7 +39,7 @@
{% block clippy %}{% endblock %}
<script>
position.get_pos(); // Gets position from localStorage
interact('.title-bar').draggable({
interact('.main-title-bar').draggable({
listeners: {
move (event) {
position.x += event.dx