forked from enviPath/enviPy
13 lines
386 B
HTML
13 lines
386 B
HTML
{% extends "framework.html" %}
|
|
{% load static %}
|
|
{% block content %}
|
|
|
|
<div class="alert alert-danger" role="alert">
|
|
<h4 class="alert-heading">Your account has not been activated yet!</h4>
|
|
<p>Your account has not been activated yet. If you have questions <a href="mailto:admin@envipath.org">contact
|
|
us.</a>
|
|
</p>
|
|
</div>
|
|
|
|
{% endblock content %}
|