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 3fd1b09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{% block sidebar %}
{% set current_page = path.raw.split('/')[2] %}
{% set nav_base = "/about" %}
{% set pages = [('/', _('About')), ('/details', _('Details')), ('/faq', _('FAQ')), ('/contact', _('Contact')), ('/pricing', _('Pricing')), ('/teams/', _('Teams')), ('/stats', _('Stats')), ('/charts', _('Charts')), ('/terms/', _('Terms')), ('/privacy/', _('Privacy')), ('/fraud/', _('Fraud')), ('/dnt', _('DNT'))] %}
{% set pages = [('/', _('About')), ('/details', _('Details')), ('/faq', _('FAQ')), ('/contact', _('Contact Us')), ('/pricing', _('Pricing')), ('/teams/', _('Teams')), ('/stats', _('Stats')), ('/charts', _('Charts')), ('/terms/', _('Terms')), ('/privacy/', _('Privacy')), ('/fraud/', _('Fraud')), ('/dnt', _('DNT'))] %}
{% include "templates/nav.html" %}
{% endblock %}
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 3fd1b09

Please sign in to comment.