bookwyrm-mastodon/bookwyrm/templates/confirm_email/resend.html

11 lines
256 B
HTML
Raw Normal View History

2022-03-19 15:00:16 -04:00
{% extends 'landing/layout.html' %}
{% load i18n %}
{% block title %}
{% trans "Resend confirmation link" %}
{% endblock %}
{% block content %}
2022-03-19 18:16:20 -04:00
{% include "confirm_email/resend_modal.html" with active=True static=True id="resend-modal" %}
2022-03-19 15:00:16 -04:00
{% endblock %}