Skip to content

Commit

Permalink
Add Spouses program link to purchase template
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro committed Dec 14, 2011
1 parent 48b5fe0 commit 078d8a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions po/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -1451,3 +1451,6 @@ msgstr "Conference Registration Closed"

msgid "You can no longer purchase a badge for this conference online. Instead, you may purchase a badge at the registration desk upon arrival."
msgstr "You can no longer purchase a badge for this conference online. Instead, you may purchase a badge at the registration desk upon arrival."

msgid "Spouses Program"
msgstr "Spouses Program"
7 changes: 7 additions & 0 deletions templates/core/user/purchase
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ if (window.act) {
<td>Dollars</td>
</tr>

<tr>
<td align="right"><input type="checkbox" value="spouses-program" id="spouses-program" name="spouses-program" /></td>
<td><label for="spouses-program">{{Spouses Program}}</label></td>
<td align="right">100</td>
<td>Dollars</td>
</tr>

<tr>
<td colspan="4" align="right">
<input type="submit" name="purchase" value="{{Buy now!}}" />
Expand Down

0 comments on commit 078d8a4

Please sign in to comment.