Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created August 3, 2013 13:57
Show Gist options
  • Save justinvdm/6146552 to your computer and use it in GitHub Desktop.
Save justinvdm/6146552 to your computer and use it in GitHub Desktop.
diff --git a/go/apps/dialogue/view_definition.py b/go/apps/dialogue/view_definition.py
index 000b8aa..ca98492 100644
--- a/go/apps/dialogue/view_definition.py
+++ b/go/apps/dialogue/view_definition.py
@@ -22,7 +22,7 @@ class DialogueEditView(ConversationTemplateView):
if r.status_code != 200:
raise GoApiError(
- "Failed to load routing table from Go API:"
+ "Failed to load dialogue from Go API:"
" (%r) %r." % (r.status_code, r.text))
model_data = {
@hodgestar
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment