Skip to content

Commit cdeef99

Browse files
committed
Removed a bunch of redundant displays of the django messages framework messages from forms. Commit ready for merge.
- Legacy-Id: 10810
1 parent 214b819 commit cdeef99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+0
-126
lines changed

ietf/templates/community/customize_display.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
{% load origin %}{% origin %}
33
{% load bootstrap3 %}
44

5-
{% bootstrap_messages %}
6-
75
<form method="post" action="#custom">
86
{% csrf_token %}
97
{% bootstrap_form display_form %}

ietf/templates/community/manage_clist.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
{% origin %}
1616
<h1>{{ cl.long_name }}</h1>
1717

18-
{% bootstrap_messages %}
19-
2018
<ul class="nav nav-tabs nav-memory" role="tablist">
2119
<li class="active"><a href="#view" data-toggle="tab">Documents</a></li>
2220
<li><a href="#documents" data-toggle="tab">Explicitly added</a></li>

ietf/templates/community/public/subscribe.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ <h1>Subscription successful</h1>
1616
{% else %}
1717
<h1>Subscribe to {{ cl.long_name }}</h1>
1818

19-
{% bootstrap_messages %}
20-
2119
<p>Subscribe to the email list for notifications of {% if significant %}significant {% endif %}changes on {{ cl.long_name }}.</p>
2220

2321
<form method="post">

ietf/templates/community/public/unsubscribe.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ <h1>Cancellation successful</h1>
1818
{% else %}
1919
<h1>Cancel subscription to {{ cl.long_name }}</h1>
2020

21-
{% bootstrap_messages %}
22-
2321
<p>
2422
Cancel your subscription to the email list for notifications of {% if significant %}significant {% endif %}changes on {{ cl.long_name }}.
2523
</p>

ietf/templates/doc/add_comment.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
{% origin %}
1111
<h1>Add comment<br><small>{{ doc }}</small></h1>
1212

13-
{% bootstrap_messages %}
14-
1513
<form method="post">
1614
{% csrf_token %}
1715
{% bootstrap_form form %}

ietf/templates/doc/ballot/approvaltext.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
{% origin %}
1212
<h1>Approval announcement writeup<br><small><a href="{% url "doc_view" name=doc.canonical_name %}">{{ doc }}</a></small></h1>
1313

14-
{% bootstrap_messages %}
15-
1614
<form method="post">
1715
{% csrf_token %}
1816
{% bootstrap_form approval_text_form %}

ietf/templates/doc/ballot/edit_position.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
{% origin %}
1010
<h1>Change position for {{ ad.plain_name }} regarding <br><small><a href="{% url "doc_view" name=doc.canonical_name %}">{{ doc }}</a></small></h1>
1111

12-
{% bootstrap_messages %}
13-
1412
<div class="question">{{ ballot.ballot_type.question }}</div>
1513

1614
{% if ballot_deferred %}

ietf/templates/doc/ballot/lastcalltext.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
{% origin %}
1212
<h1>Last call text<br><small><a href="{% url "doc_view" name=doc.canonical_name %}">{{ doc }}</a></small></h1>
1313

14-
{% bootstrap_messages %}
15-
1614
<form method="post">
1715
{% csrf_token %}
1816
{% bootstrap_form last_call_form %}

ietf/templates/doc/ballot/writeupnotes.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
<h1>Ballot writeup and notes<br><small><a href="{% url "doc_view" name=doc.canonical_name %}">{{ doc }}</a></small></h1>
1313

14-
{% bootstrap_messages %}
15-
1614
<form method="post">
1715
{% csrf_token %}
1816
{% bootstrap_form ballot_writeup_form %}

ietf/templates/doc/change_ad.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
{% origin %}
1111
<h1>Change shepherding AD<br><small>{{titletext}}</small></h1>
1212

13-
{% bootstrap_messages %}
14-
1513
<form enctype="multipart/form-data" method="post">
1614
{% csrf_token %}
1715
{% bootstrap_form form %}

0 commit comments

Comments
 (0)