Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Blip. Blop. Contact us.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Nov 17, 2014
1 parent 1db0161 commit 79f20ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1><a href="/"><img src="{{ website.asset('gratipay.svg') }}"
<ul>
<li><a href='https://medium.com/gratipay-blog'>{{ _("Blog") }}</a></li>
<li><a href="/about/">{{ _("About") }}</a></li>
<li><a href="/about/contact">{{ _("Contact") }}</a></li>
<li><a href="/about/contact">{{ _("Contact Us") }}</a></li>
<li><a href="https://github.com/gratipay/gratipay.com">{{ _("Source") }}</a></li>
<li><a href='/about/faq.html'>{{ _("FAQ") }}</a></li>
<li><a href='/about/stats.html'>{{ _("Stats") }}</a></li>
Expand Down
4 changes: 1 addition & 3 deletions www/about/contact.spt
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
title = "Contact"
title = "Contact Us"
[---]
[---] text/html
{% extends "templates/about.html" %}
{% block content %}
<div class="col0">

<h2>Contact Us</h2>

<p>
<b>Gratipay, LLC</b><br />
716 Park Road<br />
Expand Down
2 changes: 1 addition & 1 deletion www/about/index.spt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ example = website.db.one("""
{% block content %}
<div class="col0">

<p>You found Gratipay! What is it?</p>
<p>You've found Gratipay!</p>

<p>Gratipay (formerly Gittip) is a way to give money every week to people
and teams you believe in.</p>
Expand Down

0 comments on commit 79f20ef

Please sign in to comment.