source: trunk/call/numbers.html@ 507

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

Simple Google App Engine project - client for Vonage Click2Call.

File size: 261 bytes
Line 
1{% extends "base.html" %}
2
3{% block title %}Configure Outgoing Number{% endblock %}
4
5{% block available %}
6 <form action="./numbers" method="post">
7 <table>
8 {{ form }}
9 </table>
10 <input type="submit" value="Save">
11 </form>
12{% endblock %}
13
Note: See TracBrowser for help on using the repository browser.