Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created April 13, 2011 18:12
Show Gist options
  • Save andymckay/918050 to your computer and use it in GitHub Desktop.
Save andymckay/918050 to your computer and use it in GitHub Desktop.
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