initial version of the sms written at DBA
[rapidsms] / templates / success.tmpl
1 {% extends 'layout.tmpl' %}
2
3 {% block content %}
4 <h2>Success!</h2>
5
6 Successfully entered name <strong>{{input.name}}</strong> for phone
7 number <strong>{{input.phone_number}}</strong>.
8
9 {% endblock %}

Benjamin Mako Hill || Want to submit a patch?