aboutsummaryrefslogtreecommitdiff
path: root/print/templates/print_detail.html
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-06-09 21:35:25 -0400
committerGitHub <noreply@github.com>2018-06-09 21:35:25 -0400
commitae940b2466a79b2acc6de5eb33cffb8f7753c701 (patch)
tree5c060aecf2fe345d139387bea4084532acc5c72a /print/templates/print_detail.html
parent1c595c9003d66f49025fa67af838cbdba751449b (diff)
parentb36508bb53512a11dafbc3ecb16944045d88a52a (diff)
Merge pull request #187 from lexelby/lexelby-realistic-rendering
realistic rendering
Diffstat (limited to 'print/templates/print_detail.html')
-rw-r--r--print/templates/print_detail.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html
index 714d33a2..e73fe918 100644
--- a/print/templates/print_detail.html
+++ b/print/templates/print_detail.html
@@ -22,9 +22,12 @@
<button class="svg-fit">Fit</button>
<button class="svg-full">100%</button>
<button class="svg-apply">Apply to all</button>
+ <button class="svg-realistic">
+ <input type="checkbox" id="realistic-color-block-{{ loop.index0 }}" data-field-name="block{{ loop.index0 }}" class="realistic" />
+ <label for="realistic-color-block-{{ loop.index0 }}" class="realistic">Realistic</label>
+ </button>
</div>
- </figure>
-
+ </figure>
<div class="color-palette detailed">
{% include 'color_swatch.html' %}
</div>