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

Commit

Permalink
start stubbing out takes UI
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed May 10, 2016
1 parent 88d8012 commit 33bc49f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions www/%team/takes/index.spt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from gratipay.utils import get_team
[---]
team = get_team(state)
title = _("Team Takes")
[---] text/html
{% extends "templates/team-base.html" %}
{% block content %}
<p>Team takes!</p>
{% endblock %}

0 comments on commit 33bc49f

Please sign in to comment.