source: trunk/call/index.html

Last change on this file was 460, checked in by Nicholas Riley, 16 years ago

Simple Google App Engine project - client for Vonage Click2Call.

File size: 227 bytes
Line 
1{% extends "base.html" %}
2
3{% block available %}
4 <form action="./" method="post">
5 Your phone number: <input name="tonumber" value="{{ tonumber }}">
6 <input type="submit" value="Call">
7 </form>
8{% endblock %}
9
Note: See TracBrowser for help on using the repository browser.