refactor: large scale formatting/linting

This commit is contained in:
2025-11-12 15:51:13 +13:00
parent 305fdc41fb
commit 34aed2c7aa
120 changed files with 11389 additions and 7532 deletions

View File

@ -1,12 +1,11 @@
{% 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>
<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 %}