mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-21 09:55:29 +08:00
10 lines
234 B
HTML
10 lines
234 B
HTML
{% extends "base-navbar.html" %}
|
|
|
|
{% block title %}Email taken{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="centered">
|
|
<h3>Email Taken</h3>
|
|
<h4>Sorry, a user with that email address already exists.</h4>
|
|
</div>
|
|
{% endblock %} |