From 006b057d3b3257ac9588efc66ff4e6b2b7767067 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 30 Nov 2021 17:55:27 +0000 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 5 ++++- atlas/templates/atlas/case_form.html | 3 +-- atlas/views.py | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index eefb1c8a..2653b7ca 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -788,6 +788,8 @@ input { } + + .temp-thumb-large { width: 1000px; height: 1000px; @@ -796,4 +798,5 @@ input { .image-duplicate { border: 2px solid orange; - } \ No newline at end of file + } + diff --git a/atlas/templates/atlas/case_form.html b/atlas/templates/atlas/case_form.html index 243166a8..619bc331 100755 --- a/atlas/templates/atlas/case_form.html +++ b/atlas/templates/atlas/case_form.html @@ -2,11 +2,10 @@ {% block css %} +{{form.media}} {% endblock %} {% block js %} -{{form.media}} -