Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwood committed Dec 17, 2024
1 parent 13576d6 commit 4c3d649
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cove/cove_360/templatetags/cove_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ def multiply(a, b):
return f"{(a*b):.1f}"

return int(round(res))

2 changes: 1 addition & 1 deletion cove/cove_360/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from django.conf import settings
from django.http import HttpResponse, JsonResponse
from django.shortcuts import redirect, render
from django.utils.html import format_html, mark_safe
from django.utils.html import format_html
from django.utils.translation import ugettext_lazy as _
from django.core.cache import cache

Expand Down

0 comments on commit 4c3d649

Please sign in to comment.