diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2020-02-24 15:04:07 +0000 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2020-02-24 15:04:07 +0000 |
commit | 43dfe946b6385037141b94b775112037fe5f032f (patch) | |
tree | 72c352e67166f0702ab93d7063c902ff1bd2c621 /templates | |
parent | 656ddcfe93061f2f82160ff8cc45b98d27e28bd3 (diff) | |
download | troggle-43dfe946b6385037141b94b775112037fe5f032f.tar.gz troggle-43dfe946b6385037141b94b775112037fe5f032f.tar.bz2 troggle-43dfe946b6385037141b94b775112037fe5f032f.zip |
Just removing dud whitespacedjango-1.10
Diffstat (limited to 'templates')
-rw-r--r-- | templates/person.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/person.html b/templates/person.html index 48dafb7..5b0c7e9 100644 --- a/templates/person.html +++ b/templates/person.html @@ -18,8 +18,8 @@ {% if pic.is_mugshot %} <div class="figure"> <p> <img src="{{ pic.thumbnail_image.url }}" class="thumbnail" /> - <p> {{ pic.caption }}</p> - <p> <a href="{{ pic.get_admin_url }}">edit {{pic}}</a> </> + <p> {{ pic.caption }} </p> + <p> <a href="{{ pic.get_admin_url }}">edit {{pic}}</a> </p> </p> </div> @@ -32,7 +32,7 @@ <ul> {% for personexpedition in person.personexpedition_set.all %} <li> <a href="{{ personexpedition.get_absolute_url }}">{{personexpedition.expedition.year}}</a> - <span style="padding-left:{{personexpedition.persontrip_set.all|length}}0px; background-color:red"></span> + <span style="padding-left:{{ personexpedition.persontrip_set.all|length }}0px; background-color:red"></span> {{personexpedition.persontrip_set.all|length}} trips </li> {% endfor %} |