Use more specific naming

This commit is contained in:
George Drummond
2019-04-30 10:29:20 -04:00
parent cc482fa0e0
commit 5835068c75
6 changed files with 9 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
<fullpagenotice inline-template key="notice">
<dodlogin inline-template key="notice">
<div>
<div class="usa-button usa-button-primary usa-button-big login-banner__button" v-on:click="displayNotice()">
{{ "login.login_button" | translate }}
</div>
<div class="full-page-notice" v-if="visible" v-cloak>
<div class="dod-login-notice" v-if="visible" v-cloak>
<div class='usa-alert usa-alert-info'>
<div class='usa-alert-body'>
<h3>You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only.</h3>
@@ -30,4 +30,4 @@
</div>
</div>
</div>
</fullpagenotice>
</dodlogin>

View File

@@ -21,7 +21,7 @@
<img class="login-banner__logo" src="{{url_for('static', filename='img/ccpo-logo.svg')}}" alt="{{ "login.ccpo_logo_alt_text" | translate }}">
{% include "fragments/dod_notice.html" %}
{% include "fragments/dod_login.html" %}
</div>
{% with %}