#33530: Typo in documentation on "Built-in template tags" page
------------------------------------------------+------------------------
               Reporter:  Andrey Otto           |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  Documentation         |        Version:  4.0
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  1
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  1
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 Just a typo in documentation on page
 [https://docs.djangoproject.com/en/4.0/ref/templates/builtins/#time Built-
 in template tags and filters - time]


 {{{
 {% value|time:"H\h i\m" %}
 }}}

 should be

 {{{
 {{ value|time:"H\h i\m" }}
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33530>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.0b721a6b161f60f08fa2c46bec74277b%40djangoproject.com.

Reply via email to