This website requires JavaScript.
Explore
Help
Sign In
steve
/
mybuddy
mirror of
https://github.com/snachodog/mybuddy.git
Watch
1
Star
0
Fork
You've already forked mybuddy
0
Code
Issues
3
Packages
Projects
1
Releases
Wiki
Activity
1185addace
mybuddy
/
core
/
templates
/
timer_list.html
3 lines
87 B
HTML
Raw
Normal View
History
Unescape
Escape
Add basic template tag for timers.
2017-08-16 22:53:53 +00:00
{% for timer in timers %}
Add a short param to the duration_string for XhXmXs formatted durations.
2017-08-16 23:08:52 +00:00
{{ timer.name }} ({{ timer.duration }})
<
br
/
>
Add basic template tag for timers.
2017-08-16 22:53:53 +00:00
{% endfor %}