-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #236 from usnistgov/6.0.0.dev
6.0.0.dev
- Loading branch information
Showing
74 changed files
with
2,239 additions
and
746 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
NEMO/apps/area_access/templates/area_access/badge_not_found.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<script>$('body').removeClass().addClass('logout-error')</script> | ||
<h1>Your badge wasn't recognized.</h1> | ||
<h2>If you got a new one recently then we'll need to update your account.</h2> | ||
<h2>Please visit the {{ facility_name }} staff to resolve the problem.</h2> | ||
<h2>Please contact {{ facility_name }} staff to resolve the problem.</h2> | ||
<audio src="{% url 'media' 'error.mp3' %}" autoplay></audio> | ||
<script>revert(15);</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<h1>Your account was deactivated.</h1> | ||
<h2>Please visit the {{ facility_name }} staff to resolve the problem.</h2> | ||
<h2>Please contact the {{ facility_name }} staff to resolve the problem.</h2> | ||
<script>revert(15);</script> |
2 changes: 1 addition & 1 deletion
2
NEMO/apps/area_access/templates/area_access/no_active_projects.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<h1>You are not a member of any active projects.</h1> | ||
<h2>You won't be able to use any interlocked {{ facility_name }} tools.</h2> | ||
<h2>Please visit the {{ facility_name }} user office for more information.</h2> | ||
<h2>Please contact {{ facility_name }} staff for more information.</h2> | ||
<script>revert(15);</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<script>$('body').removeClass().addClass('logout-warning')</script> | ||
<h1>According to our records, you're not logged in to any access controlled areas.</h1> | ||
<h2>Please visit the {{ facility_name }} user office if you believe this is an error.</h2> | ||
<h2>Please contact {{ facility_name }} staff if you believe this is an error.</h2> | ||
<audio src="{% url 'media' 'warning.mp3' %}" autoplay></audio> | ||
<script>revert(15);</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Generated by Django 3.2.25 on 2024-04-17 16:18 | ||
|
||
from django.db import migrations | ||
|
||
from NEMO.migrations_utils import create_news_for_version | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("NEMO", "0079_user_active_access_expiration_verbose_names"), | ||
] | ||
|
||
def new_version_news(apps, schema_editor): | ||
create_news_for_version(apps, "6.0.0", "") | ||
|
||
operations = [ | ||
migrations.RunPython(new_version_news), | ||
] |
Oops, something went wrong.