How is this different from the built in phone2numeric filter?

http://docs.djangoproject.com/en/dev/ref/templates/builtins/#phone2numeric

-Chris

On Thu, Jul 9, 2009 at 5:27 PM, Aaron Maxwell <a...@hilomath.com> wrote:

>
> Hi everyone.
>
> I've put up a django application providing a template filter, "tel", that
> helps format telephone URLs.  This is helpful when writing mobile-optimized
> web sites, or other contexts you want "click-to-call" to work.
>
> For example, you can say something like this in your template:
>
> {{{
> {% load tel %}
> <p>Call {{"800-222-CASH"|tel}} now to get free money!</p>
> }}}
>
> This will render into the following HTML:
> {{{
> <p>Call <a href="tel:+18002222274">800-222-CASH</a> to get free money!</p>
> }}}
>
> For now, please download from the github page:
> http://github.com/hilomath/django-tel/tree/master
>
> Django-tel is currently in development, and does not even have a release
> number set.  But it's featurefull enough to be useful and has no known bugs
> at
> this time (except for non-USA support; see README.txt.)
>
> Any comments, bug reports, etc. are appreciated, and can be communicated to
> myself.  Or use the github issue tracker.
>
> Cheers,
> Aaron
>
> --
> Aaron Maxwell
> Hilomath - Mobile Web Development
> http://hilomath.com/
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to