Skip to content

Commit

Permalink
Updated leftover lowercase creedictionary items
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Oct 21, 2024
1 parent 0600256 commit 6e4f83e
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/crkeng/app/templates/morphodict/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'morphodict/base.html' %}

{% load static %}
{% load creedictionary_extras %}
{% load morphodict_extras %}
{% load morphodict_orth %}

{% block prose %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[ Wolvengrey, Arok, editor. /Cree: Words/. 2001. ]
{% endcomment %}

{% load creedictionary_extras %}
{% load morphodict_extras %}

{% for source in dictionary_sources|sort_sources %}
{% with id=request|unique_id %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{% endcomment %}

{% load creedictionary_extras %}
{% load morphodict_extras %}

{# {% if ic_short %}#}
<p class="elaboration__row elaboration__ic-row">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

{% endcomment %}

{% load creedictionary_extras %}
{% load morphodict_extras %}
{% load relabelling %}
{% load morphodict_orth %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

{% endcomment %}

{% load creedictionary_extras %}
{% load morphodict_extras %}
{% load morphodict_orth %}
{% load static %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{% endcomment %}

{% load morphodict_orth %}
{% load creedictionary_extras %}
{% load morphodict_extras %}
{% load relabelling %}

<section class="definition__paradigm paradigm js-replaceable-paradigm" data-cy="paradigm">
Expand Down
2 changes: 1 addition & 1 deletion src/morphodict/frontend/templates/morphodict/fst-tool.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'morphodict/base.html' %}
<!-- -->
{% load creedictionary_extras %}
{% load morphodict_extras %}
<!-- -->
{% block prose %}
<section id="query-help" class="prose box box--spaced">
Expand Down
2 changes: 1 addition & 1 deletion src/morphodict/frontend/templates/morphodict/legend.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'morphodict/base.html' %}

{% load creedictionary_extras %}
{% load morphodict_extras %}
{% load morphodict_orth %}

{% block prose %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'morphodict/base.html' %}
<!-- -->
{% load creedictionary_extras %}
{% load morphodict_extras %}
<!-- -->
{% block prose %}
<section id="query-help" class="prose box box--spaced">
Expand Down
2 changes: 1 addition & 1 deletion src/morphodict/lexicon/templates/morphodict/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'morphodict/base.html' %}

{% load static %}
{% load creedictionary_extras %}
{% load morphodict_extras %}
{% load morphodict_orth %}

{% block prose %}
Expand Down

0 comments on commit 6e4f83e

Please sign in to comment.