Updates get started users template

This commit is contained in:
Mouse Reeve
2021-04-01 09:30:15 -07:00
parent 5c10bdab7c
commit 776f1768d9
4 changed files with 20 additions and 2 deletions

View File

@ -51,7 +51,7 @@
{% url 'directory' as path %}
<p class="help">{% trans "Your account will show up in the directory, and may be recommended to other BookWyrm users." %}</p>
</div>
<div class="block"><button class="button is-primary" type="submit">{% trans "Save" %}</button></div>
<div class="block"><button class="button is-primary" type="submit">{% trans "Save &amp; continue" %}</button></div>
</form>
</div>
{% endblock %}