Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Removed Known Issues from landing_1070 to landing_1090
Browse files Browse the repository at this point in the history
  • Loading branch information
cwdavies committed Jul 2, 2018
1 parent 841c7cc commit 05d80ab
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 43 deletions.
7 changes: 6 additions & 1 deletion regulations/templates/regulations/specific/landing_1070.html
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{% extends "regulations/landing_internal_disclaimer.html" %}
{% extends "regulations/landing_base.html" %}


{% block reg_title %}
<h2 class="banner-text"> Regulation 1070 establishes mechanisms for carrying out the CFPB's statutory responsibilities that require the disclosure, production, or withholding of information.</h2>
{% endblock %}
6 changes: 5 additions & 1 deletion regulations/templates/regulations/specific/landing_1071.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
{% extends "regulations/landing_internal_disclaimer.html" %}
{% extends "regulations/landing_base.html" %}


{% block reg_title %}
<h2 class="banner-text"> Regulation 1071 provides for the award of attorney fees and other expenses to eligible individuals and entities who are parties to certain administrative proceedings.</h2>
{% endblock %}
12 changes: 4 additions & 8 deletions regulations/templates/regulations/specific/landing_1072.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{% extends "regulations/landing_internal_disclaimer.html" %}
{% extends "regulations/landing_base.html" %}

{% block known_issues %}
<h4>Known Issues</h4>
<ul>
<li>The original section 103 did not contain paragraph markers (a) through
(m), instead using terms as markers. (a)-(m) have been added to help the
parser.</li>
</ul>

{% block reg_title %}
<h2 class="banner-text"> Regulation 1072 implements section 504 of the Rehabilitation Act of 1973, as amended by the Rehabilitation, Comprehensive Services, and Developmental Disabilities Amendments.</h2>
{% endblock %}
12 changes: 4 additions & 8 deletions regulations/templates/regulations/specific/landing_1080.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{% extends "regulations/landing_internal_disclaimer.html" %}
{% extends "regulations/landing_base.html" %}

{% block known_issues %}
<h4>Known Issues</h4>
<ul>
<li>The original section 2 did not contain paragraph markers (a) through
(m), instead using terms as markers. (a)-(m) have been added to help the
parser.</li>
</ul>

{% block reg_title %}
<h2 class="banner-text"> Regulation 1080 rules apply to Bureau investigations conducted pursuant to section 1052 of the Dodd-Frank Act, 12 U.S.C. 5562.</h2>
{% endblock %}
12 changes: 4 additions & 8 deletions regulations/templates/regulations/specific/landing_1081.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{% extends "regulations/landing_internal_disclaimer.html" %}
{% extends "regulations/landing_base.html" %}

{% block known_issues %}
<h4>Known Issues</h4>
<ul>
<li>The original section 103 did not contain paragraph markers (a) through
(s), instead using terms as markers. (a)-(s) have been added to help the
parser.</li>
</ul>

{% block reg_title %}
<h2 class="banner-text"> Regulation 1081 prescribe rules of practice and procedure applicable to adjudication proceedings authorized by section 1053 of the Dodd-Frank Wall Street Reform and Consumer Protection Act of 2010 (Dodd-Frank Act) to ensure or enforce compliance with the provisions of Title X of the Dodd-Frank Act.</h2>
{% endblock %}
21 changes: 4 additions & 17 deletions regulations/templates/regulations/specific/landing_1090.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
{% extends "regulations/landing_internal_disclaimer.html" %}
{% extends "regulations/landing_base.html" %}

{% block known_issues %}
<h4>Known Issues</h4>
<ul>
<li>The original section 101 did not contain paragraph markers (a) through
(k), instead using terms as markers. (a)-(k) have been added to help the
parser.</li>
<li>The original paragraph 104(a) did not contain paragraph markers (1)
through (2), instead using terms as markers. (1)-(2) have been added to
help the parser.</li>
<li>The original paragraph 105(a) did not contain paragraph markers (1)
through (5), instead using terms as markers. (1)-(5) have been added to
help the parser.</li>
<li>The original paragraph 106(a) did not contain paragraph markers (1)
through (4), instead using terms as markers. (1)-(4) have been added to
help the parser.</li>
</ul>

{% block reg_title %}
<h2 class="banner-text"> Regulation 1090 defines those nonbank covered persons that qualify as larger participants of certain markets for consumer financial products or services pursuant to 12 U.S.C. 5514(a)(1)(B) and (a)(2).</h2>
{% endblock %}

0 comments on commit 05d80ab

Please sign in to comment.