Skip to content

Commit

Permalink
refactor: uil_filters -> cdh_filters
Browse files Browse the repository at this point in the history
  • Loading branch information
tymees committed Apr 25, 2024
1 parent c94db97 commit 29ad241
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion proposals/templates/proposals/proposal_diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% load i18n %}
{% load proposal_filters %}
{% load static %}
{% load uil_filters %}
{% load cdh_filters %}
{% load get_field_name %}
{% load diff_tags %}

Expand Down
2 changes: 1 addition & 1 deletion proposals/templates/proposals/proposal_pdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% load fetc_filters %}
{% load proposal_filters %}
{% load get_field_name %}
{% load uil_filters %}
{% load cdh_filters %}

{% block extra_style %}
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion proposals/templates/proposals/study_consent.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% load static %}
{% load i18n %}
{% load uil_filters %}
{% load cdh_filters %}

{% block header_title %}
{% trans "Informed consent formulieren" %} - {{ block.super }}
Expand Down
2 changes: 1 addition & 1 deletion reviews/templates/reviews/review_closed.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% load fetc_filters %}
{% load i18n %}
{% load compare_tags %}
{% load uil_filters %}
{% load cdh_filters %}

{% block header_title %}
{% trans 'Aanvraag al beoordeeld' %}
Expand Down
2 changes: 1 addition & 1 deletion reviews/templates/reviews/review_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% load fetc_filters %}
{% load i18n %}
{% load compare_tags %}
{% load uil_filters %}
{% load cdh_filters %}

{% block header_title %}
{{ review.proposal.title }} - {{ review.proposal.reference_number }} - {{ block.super }}
Expand Down

0 comments on commit 29ad241

Please sign in to comment.