author | Thierry Florac <tflorac@ulthar.net> |
Thu, 19 Jul 2018 22:16:16 +0200 | |
changeset 106 | 1d9f9a0d7d1a |
parent 105 | 9e70ec7ccaa8 |
child 107 | d767a3d01723 |
src/pyams_default_theme/features/footer/skin/templates/simple-footer.pt | file | annotate | diff | comparison | revisions |
--- a/src/pyams_default_theme/features/footer/skin/templates/simple-footer.pt Thu Jul 19 17:20:57 2018 +0200 +++ b/src/pyams_default_theme/features/footer/skin/templates/simple-footer.pt Thu Jul 19 22:16:16 2018 +0200 @@ -10,6 +10,8 @@ </li> </tal:loop> <li role="presentation" - tal:condition="settings.copyright">${settings.copyright}</li> + tal:condition="settings.copyright"> + <a>${settings.copyright}</a> + </li> </ul> </div>