uccser/cs-field-guide

View on GitHub
csfieldguide/utils/custom_converter_templates/relative-link.html

Summary

Maintainability
Test Coverage
{% autoescape false %}<a href="{{ '{% url' }} {{ link_path }} {{ '%}' }}{{ link_query }}" target="_blank">{{ text }}</a>{% endautoescape %}