Adds profile and user get started views

This commit is contained in:
Mouse Reeve
2021-03-31 14:53:00 -07:00
parent 59c54e0591
commit 13e153412e
9 changed files with 165 additions and 36 deletions

View File

@ -19,10 +19,12 @@
</section>
<footer class="modal-card-foot is-flex is-justify-content-flex-end">
<a href="{{ next }}" class="button">
{% if next %}
<a href="{% url next %}" class="button">
<span>{% trans "Skip this step" %}</span>
<span class="icon icon-arrow-right" aria-hidden="true"></span>
</a>
{% endif %}
</footer>
</div>
<a href="/" class="modal-close is-large" aria-label="close"></a>