Skip to content

Commit

Permalink
Add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
dustball committed Jun 12, 2012
1 parent 715ce47 commit b7fe309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions main.py
Expand Up @@ -90,6 +90,7 @@ def get(self, pagename, site = PB_WIKI):
# From: To # From: To
'give': 'Give', 'give': 'Give',
'Assemble': 'Give', 'Assemble': 'Give',
'Mobile%20Device%20Lab': 'MobileDeviceLab',
'key': 'http://signup.hackerdojo.com/key', 'key': 'http://signup.hackerdojo.com/key',
} }
if pagename in redirect_urls: if pagename in redirect_urls:
Expand Down
4 changes: 2 additions & 2 deletions templates/index.html
Expand Up @@ -71,7 +71,7 @@


<section class="one"> <section class="one">
<h3>Oh Hey There</h3> <h3>Oh Hey There</h3>
<p><img src="{{cdn}}/static/images/vertical-stripe.png" class="p-border">Welcome to Hacker Dojo! We're a community center in Mountain View. Hacker Dojo is part coworking space, part events venue, and part big social living room.</p> <p><img src="{{cdn}}/static/images/vertical-stripe.png" class="p-border">Welcome to Hacker Dojo! We're a community center in Mountain View. Hacker Dojo is part coworking space, part events venue, and part community center.</p>
<a href="/About" class="homepage-blurb">About us</a> <a href="/About" class="homepage-blurb">About us</a>
</section> </section>


Expand Down Expand Up @@ -115,4 +115,4 @@ <h3>Visit Us</h3>
<hr class="clear"> <hr class="clear">
</article> </article>


{% endblock %} {% endblock %}

0 comments on commit b7fe309

Please sign in to comment.