Remove dummy attribute from sync notify form

- Legacy-Id: 5007
This commit is contained in:
Ole Laursen 2012-11-06 14:52:21 +00:00
parent a77b2ae0ab
commit 63fb1cbf0c

View file

@ -7,7 +7,7 @@
<p>Update the Datatracker with {{ help_text|safe }} at {{ org }}.</p>
<form class="sync-form" notification="" method="post">
<form class="sync-form" method="post">
<input type="submit" value="Trigger {{ notification }} sync"/>
</form>
{% endblock %}