Created
April 13, 2011 18:12
-
-
Save andymckay/918050 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/apps/editors/templates/editors/review.html b/apps/editors/templates/editors/review.html | |
index e7d08e9..f4e1a3e 100644 | |
--- a/apps/editors/templates/editors/review.html | |
+++ b/apps/editors/templates/editors/review.html | |
@@ -173,6 +173,10 @@ | |
<div class="review-actions-section review-actions-save"> | |
<input type="submit" value="{{ _('Save') }}" /> | |
</div> | |
+ <div class="hidden"> | |
+ Non form errors: {{ form.non_form_errors }} | |
+ Errors: {{ form.errors }} | |
+ </div> | |
</div> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment