Created
July 30, 2013 11:57
-
-
Save justinvdm/6112332 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/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