From: Philipp Spitzer Date: Sun, 21 Feb 2021 13:52:50 +0000 (+0100) Subject: Add link to edit sledrun JSON. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/commitdiff_plain/71e733a752fdccb9dd0757a32ed73a611e628714 Add link to edit sledrun JSON. --- diff --git a/wradmin/templates/json_editor.html b/wradmin/templates/json_editor.html index e2a933a..5499639 100644 --- a/wradmin/templates/json_editor.html +++ b/wradmin/templates/json_editor.html @@ -10,6 +10,9 @@ {% endblock %} {% block content %} + +

Achtung: Das bearbeitete JSON wird derzeit nicht gespeichert. Es muss manuell eingetragen werden.

+
diff --git a/wradmin/templates/rodelbahn_view.html b/wradmin/templates/rodelbahn_view.html index 7559fa6..bf9c383 100644 --- a/wradmin/templates/rodelbahn_view.html +++ b/wradmin/templates/rodelbahn_view.html @@ -92,6 +92,7 @@
  • Allgemeiner JSON Editor (mit Schema)
  • JSON der Rodelbahn (falls vorhanden)
  • JSON Schema für Rodelbahnen
  • +
  • JSON Schema der Rodelbahnen bearbeiten
  • {% if sledding.forum_id %}
  • Zeige im Forum
  • {% endif %}