Skip to content

Commit fb9779e

Browse files
committed
Remove digest metadata from HTML view and update lock file.
1 parent c29f2ff commit fb9779e

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

core/views.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -291,16 +291,6 @@ def digest_view(request, slug):
291291
</div>
292292
</body>
293293
</html>
294-
"""
295-
<strong>Tags:</strong> {", ".join([tag.name for tag in digest.tags.all()])}<br>
296-
<strong>Days Range:</strong> {digest.days_range} days
297-
</div>
298-
<div class="content">
299-
{html_content}
300-
</div>
301-
</div>
302-
</body>
303-
</html>
304294
"""
305295

306296
return HttpResponse(html_response, content_type="text/html; charset=utf-8")

uv.lock

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)