mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 09:37:20 +00:00
cosmetic
This commit is contained in:
@@ -143,12 +143,17 @@ def logbookedit(request, year=None, slug=None):
|
||||
# OK this could be done by rendering a template, but for such a small bit of HTML, it is easier to have
|
||||
# it all in one place: here
|
||||
output = f'''
|
||||
<hr />
|
||||
<div class="tripdate" id="{newslug}">{date}</div>
|
||||
<div class="trippeople"><u>{author}</u>, {others}</div>
|
||||
<div class="triptitle">{place} - {title}</div>
|
||||
{entry}
|
||||
<div class="timeug">T/U {tu} hrs</div>'''
|
||||
|
||||
<div class="tripdate" id="{newslug}">{date}</div>
|
||||
<div class="trippeople"><u>{author}</u>, {others}</div>
|
||||
<div class="triptitle">{place} - {title}</div>
|
||||
|
||||
{entry}
|
||||
|
||||
<div class="timeug">T/U {tu} hrs</div>
|
||||
<hr />
|
||||
|
||||
'''
|
||||
return render(
|
||||
request,
|
||||
"logbookform.html",
|
||||
|
||||
Reference in New Issue
Block a user