Source code for oioioi.portals.templatetags.portal_url

from django.template import Library

from oioioi.portals.actions import portal_url

[docs]register = Library()
register.simple_tag(portal_url)