source: OpenWorkouts-current/ow/templates/edit_manual_workout.pt @ fb327e1

currentfeature/docs
Last change on this file since fb327e1 was fb327e1, checked in by Borja Lopez <borja@…>, 5 years ago

Fixed title(s) on the edit workout template.
Round distance value shown in the edit workout template.

  • Property mode set to 100644
File size: 944 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml"
2      xml:lang="en"
3      xmlns:tal="http://xml.zope.org/namespaces/tal"
4      xmlns:metal="http://xml.zope.org/namespaces/metal"
5      xmlns:i18n="http://xml.zope.org/namespaces/i18n"
6      i18n:domain="OpenWorkouts"
7      metal:use-macro="load: add_manual_workout.pt"
8      tal:attributes="lang request.locale_name">
9
10  <!--!
11      This template loads the add manual workout, reusing the form and
12      overriding just the titles
13    -->
14
15  <metal:head-title metal:fill-slot="head-title">
16    <tal:t i18n:translate="">Edit workout</tal:t> -
17    <tal:w tal:content="context.title"></tal:w>
18  </metal:head-title>
19
20  <metal:title metal:fill-slot="title">
21    <tal:t i18n:translate="">Edit workout</tal:t>
22    <tal:w tal:content="context.title"></tal:w>
23  </metal:title>
24
25  <metal:form-title metal:fill-slot="form-title">
26    <tal:t i18n:translate="">Edit workout</tal:t>
27  </metal:form-title>
28
29</html>
Note: See TracBrowser for help on using the repository browser.