Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created July 30, 2013 11:57
Show Gist options
  • Save justinvdm/6112332 to your computer and use it in GitHub Desktop.
Save justinvdm/6112332 to your computer and use it in GitHub Desktop.
diff --git a/go/routing/templates/routing.html b/go/routing/templates/routing.html
index 515ae9e..cf2b87e 100644
--- a/go/routing/templates/routing.html
+++ b/go/routing/templates/routing.html
@@ -28,7 +28,7 @@
<div class="span4 column-container">
<span class="title">Routers</span>
<a href="{% url 'routers:new_router' %}" class="btn btn-primary new">+</a>
- <div class="column" id="routing-blocks"></div>
+ <div class="column" id="routers"></div>
</div>
<div class="span4 column-container">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment