Skip to content

Commit 63fb1cb

Browse files
committed
Remove dummy attribute from sync notify form
- Legacy-Id: 5007
1 parent a77b2ae commit 63fb1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ietf/templates/sync/notify.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1>Trigger {{ notification }} sync for {{ org }}</h1>
77

88
<p>Update the Datatracker with {{ help_text|safe }} at {{ org }}.</p>
99

10-
<form class="sync-form" notification="" method="post">
10+
<form class="sync-form" method="post">
1111
<input type="submit" value="Trigger {{ notification }} sync"/>
1212
</form>
1313
{% endblock %}

0 commit comments

Comments
 (0)