Skip to content

Commit

Permalink
"Bootstrap 5 Migration - Rebuilt diffs"
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Nov 18, 2024
1 parent 4799d52 commit b657e35
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

{% block title %}{% trans "Your session has expired" %}{% endblock %}

-{% requirejs_main 'registration/js/login' %}
+{% requirejs_main_b5 'registration/js/login' %}
-{% js_entry_b3 'registration/js/login' %}
+{% js_entry 'registration/js/login' %}

{% block background_content %}
<div class="bg-container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{% load hq_shared_tags %}
{% load compress %}

-{% requirejs_main 'registration/js/login' %}
+{% requirejs_main_b5 'registration/js/login' %}
-{% js_entry_b3 'registration/js/login' %}
+{% js_entry 'registration/js/login' %}

{% block title %}{% trans "Log In :: CommCare HQ" %}{% endblock title %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{% load hq_shared_tags %}
{% load i18n %}

-{% requirejs_main 'registration/js/password_reset_confirm' %}
+{% requirejs_main_b5 'registration/js/password_reset_confirm' %}
-{% js_entry_b3 'registration/js/password_reset_confirm' %}
+{% js_entry 'registration/js/password_reset_confirm' %}

{% block title %}{% trans "Password Reset Confirmation" %}{% endblock title %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{% load hq_shared_tags %}
{% load i18n %}

-{% requirejs_main 'registration/js/password_reset_form' %}
+{% requirejs_main_b5 'registration/js/password_reset_form' %}
-{% js_entry_b3 'registration/js/password_reset_form' %}
+{% js_entry 'registration/js/password_reset_form' %}

{% block title %}{% trans "Password Reset" %}{% endblock title %}

Expand Down

0 comments on commit b657e35

Please sign in to comment.