forked from enviPath/enviPy
All html files now prettier formatted and fixes for incompatible blocks applied Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#193 Co-authored-by: Tobias O <tobias.olenyi@envipath.com> Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
12 lines
369 B
HTML
12 lines
369 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 %}
|