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

Commit

Permalink
Merge pull request #4271 from gratipay/improve-apply
Browse files Browse the repository at this point in the history
Improve project application
  • Loading branch information
nobodxbodon authored Jan 16, 2017
2 parents a4eae5a + d2c1848 commit 22d10e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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') }}"
<table id="notice">
<tr>
<td>&#x2605;</td>
<td>{{ _( "{nowrap}Our new {a}Terms of Service{_a}{_nowrap} {nowrap}make it {a2}easier to join Gratipay{_a}{_nowrap}."
<td>{{ _( "{nowrap}Our new {a}Terms of Service{_a}{_nowrap} {nowrap}make it {a2}easier to get funded on Gratipay{_a}{_nowrap}."
, nowrap='<span class="nowrap">'|safe
, _nowrap='</span>'|safe
, a='<a href="/about/policies/terms-of-service">'|safe
Expand Down
2 changes: 1 addition & 1 deletion www/index.html.spt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ page_id = "homepage"
{% endif %}

<form action="new" class="apply">
<button type="submit">{{ _("Apply to Join") }}</button>
<button type="submit">{{ _("Fund Your Project") }}</button>
</form>

<div class="tabs">
Expand Down

0 comments on commit 22d10e4

Please sign in to comment.