File tree Expand file tree Collapse file tree
hypha/apply/projects/templates/application_projects/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 {% if document_category.required %}< span class ="text-red-700 "> *</ span > {% endif %}
2828 {% if document_category.template %}
2929 {% heroicon_mini "information-circle" class="inline align-middle fill-light-blue" aria_hidden=true %}
30- < a class ="font-semibold border-b-2 border-dashed " href ="{% url 'apply:projects:category_template' pk=object.pk type='contract_document' category_pk=document_category.pk %} " target ="_blank "> {% trans "View template" %}</ a >
30+ < a class ="font-semibold border-b-2 border-dashed " href ="{% url 'apply:projects:category_template' pk=object.submission. pk type='contract_document' category_pk=document_category.pk %} " target ="_blank "> {% trans "View template" %}</ a >
3131 {% endif %}
3232 </ span >
3333 {% if document_category not in remaining_contract_document_categories %}
Original file line number Diff line number Diff line change 2222 {% if document_category.required %}< span class ="text-red-700 "> *</ span > {% endif %}
2323 {% if document_category.template %}
2424 < a class ="font-semibold transition-opacity hover:opacity-70 "
25- href ="{% url 'apply:projects:category_template' pk=object.pk type='project_document' category_pk=document_category.pk %} "
25+ href ="{% url 'apply:projects:category_template' pk=object.submission. pk type='project_document' category_pk=document_category.pk %} "
2626 target ="_blank "
2727 >
2828 < span class ="border-b-2 border-dashed ">
You can’t perform that action at this time.
0 commit comments