From 7dbea40f84c14a69b0cacca847996780746c8aa8 Mon Sep 17 00:00:00 2001 From: Carson Gee Date: Thu, 21 Aug 2014 14:12:09 -0400 Subject: [PATCH] Add missing endif in crystallography mako template --- common/lib/capa/capa/templates/crystallography.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/capa/capa/templates/crystallography.html b/common/lib/capa/capa/templates/crystallography.html index df2129344c..3255046309 100644 --- a/common/lib/capa/capa/templates/crystallography.html +++ b/common/lib/capa/capa/templates/crystallography.html @@ -11,7 +11,7 @@ % if status in ['unsubmitted', 'correct', 'incorrect', 'incomplete']:
- + % endif