Skip to content

Commit

Permalink
Always include 'Continue' button on post-update message
Browse files Browse the repository at this point in the history
Clicking the button makes the message go away, so if it's missing the message never goes away!
  • Loading branch information
stijn-uva committed Jan 31, 2023
1 parent c3da57b commit a0efdce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webtool/templates/account/first-run-after-update.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
<h2><span>4CAT has been upgraded</span></h2>
<p>4CAT has been upgraded! The current version is <em>{{ version }}</em>. You can now resume using it.</p>

{% if phone_home_url %}
<form action="{{ url_for('first_run_dialog') }}" method="POST" class="wide">
{% if phone_home_url %}
{% for notice in flashes %}
<p class="form-notice">{{ notice }}</p>
{% endfor %}

{% include "account/pingback-form.html" %}

{% endif %}
<div class="submit-container">
<button>Submit</button>
<button>Continue</button>
</div>
</form>
{% endif %}
</section>
</article>
{% endblock %}

0 comments on commit a0efdce

Please sign in to comment.