Django Library PyGal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

repeat_head.html 168B

12345
  1. {% load l10n %}
  2. {% if item.is_repeatview %}
  3. <meta http-equiv="refresh" content="{{ item.duration|unlocalize }}; url={{ item.nxt.url_repeatview|safe }}">
  4. {% endif %}