Skip to content

Commit

Permalink
Merge pull request #1655 from cisagov/ab/remove-flag-on-start-app-button
Browse files Browse the repository at this point in the history
All domains requests to be started and remove banner
  • Loading branch information
abroddrick authored Jan 22, 2024
2 parents e7cf7dd + fbfcd70 commit e84941d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
13 changes: 0 additions & 13 deletions src/registrar/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,6 @@
<script src="{% static 'js/uswds.min.js' %}" defer></script>
<a class="usa-skipnav" href="#main-content">Skip to main content</a>

{% if IS_DEMO_SITE %}
<section aria-label="Alert" >
<div class="usa-alert usa-alert--info">
<div class="usa-alert__body">
<h4 class="usa-alert__heading">New domain requests are paused</h4>
<p class="usa-alert__text measure-none">
This is the new registrar for managing .gov domains. Note that we’re not accepting requests for new .gov domains until January 2024. Follow .gov updates at <a href="https://get.gov/updates/" class="usa-link">get.gov/updates/</a>.
</p>
</div>
</div>
</section>
{% endif %}

<section class="usa-banner" aria-label="Official website of the United States government">
<div class="usa-accordion">
<header class="usa-banner__header">
Expand Down
12 changes: 0 additions & 12 deletions src/registrar/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,10 @@
<h1>Manage your domains</h2>

<p class="margin-top-4">
{% if IS_PRODUCTION %}
<a href="javascript:void(0)"
class="usa-button usa-tooltip disabled-link"
data-position="right"
title="Coming in 2024"
aria-disabled="true"
data-tooltip="true"
>
Start a new domain request
</a>
{% else %}
<a href="{% url 'application:' %}" class="usa-button"
>
Start a new domain request
</a>
{% endif %}
</p>

<section class="section--outlined tablet:grid-col-11 desktop:grid-col-10">
Expand Down

0 comments on commit e84941d

Please sign in to comment.