Skip to content

Commit

Permalink
Merge branch 'master' of github.com:eanderle/trytwilio
Browse files Browse the repository at this point in the history
  • Loading branch information
eanderle committed Jul 18, 2012
2 parents f0efc85 + 1d2955f commit 3e3e642
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions templates/say.html
Expand Up @@ -53,8 +53,11 @@ <h3>Loop:</h3>
{% block staticdemo %}
<h2>Demo</h2>
<input type="hidden" id="token" value="{{params['token']}}">
<button class="btn btn-primary" id="callButton">Call</button>
<button class="btn btn-error" id="hangupButton">Hangup</button>
<form class="form-inline">
<input type="text" placeholder="Your phone number" id="phoneNumber">
<button class="btn btn-primary" id="callButton">Call</button>
<button class="btn btn-error" id="hangupButton">Hangup</button>
</form>
{% endblock %}

{% block mission %}
Expand Down

0 comments on commit 3e3e642

Please sign in to comment.