diff --git a/viewer/static/css/styles.css b/viewer/static/css/styles.css index 12ba335..14b4adc 100644 --- a/viewer/static/css/styles.css +++ b/viewer/static/css/styles.css @@ -88,6 +88,10 @@ body { margin-right: 2em; } +.ml-4 { + margin-left: 4em; +} + .ml-2 { margin-left: 2em; } diff --git a/viewer/templates/image_view.html b/viewer/templates/image_view.html index 76c54d4..a1fe3cc 100644 --- a/viewer/templates/image_view.html +++ b/viewer/templates/image_view.html @@ -26,6 +26,16 @@ + + + +
+ {% csrf_token %} + +
+