We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd274c commit 1c2f670Copy full SHA for 1c2f670
cryptapi/templatetags/cryptapi_helper.py
@@ -1,5 +1,5 @@
1
from django import template
2
-from cryptapi.utils import get_coin_multiplier
+from cryptapi.helpers import get_coin_multiplier
3
4
register = template.Library()
5
0 commit comments