modified: web/templates/admin/base.html
modified: web/templates/base.html modified: web/templates/group_admin/base.html modified: web/templates/group_policy.html modified: web/templates/privacy_policy.html
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
<footer class="text-center py-3 mt-4 border-top border-secondary">
|
<footer class="text-center py-3 mt-4 border-top border-secondary">
|
||||||
<small class="text-muted">
|
<small class="text-muted">
|
||||||
<a href="{{ url_for('privacy_policy') }}" class="text-muted text-decoration-none">Privacy Policy</a>
|
<a href="{{ url_for('privacy_policy') }}" class="text-muted text-decoration-none">Privacy Policy</a>
|
||||||
— MCLogger
|
— MCLogger — Made by <a href="https://log.devanturas.net" class="text-muted text-decoration-none" target="_blank" rel="noopener noreferrer">Devanturas</a>
|
||||||
</small>
|
</small>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -174,7 +174,7 @@
|
|||||||
<footer class="text-center py-2 border-top border-secondary">
|
<footer class="text-center py-2 border-top border-secondary">
|
||||||
<small class="text-muted">
|
<small class="text-muted">
|
||||||
<a href="{{ url_for('privacy_policy') }}" class="text-muted text-decoration-none">Privacy Policy</a>
|
<a href="{{ url_for('privacy_policy') }}" class="text-muted text-decoration-none">Privacy Policy</a>
|
||||||
— MCLogger
|
— MCLogger — Made by <a href="https://log.devanturas.net" class="text-muted text-decoration-none" target="_blank" rel="noopener noreferrer">Devanturas</a>
|
||||||
</small>
|
</small>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
<footer class="text-center py-3 mt-4 border-top border-secondary">
|
<footer class="text-center py-3 mt-4 border-top border-secondary">
|
||||||
<small class="text-muted">
|
<small class="text-muted">
|
||||||
<a href="{{ url_for('privacy_policy') }}" class="text-muted text-decoration-none">Privacy Policy</a>
|
<a href="{{ url_for('privacy_policy') }}" class="text-muted text-decoration-none">Privacy Policy</a>
|
||||||
— MCLogger
|
— MCLogger — Made by <a href="https://log.devanturas.net" class="text-muted text-decoration-none" target="_blank" rel="noopener noreferrer">Devanturas</a>
|
||||||
</small>
|
</small>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<i class="bi bi-file-earmark-lock2 me-2 text-warning"></i>
|
<i class="bi bi-file-earmark-lock2 me-2 text-warning"></i>
|
||||||
<strong>{{ group.name }}</strong> — Privacy Policy
|
<strong>{{ group.name }}</strong> — Privacy Policy
|
||||||
</span>
|
</span>
|
||||||
<span class="text-muted small">Powered by MCLogger</span>
|
<span class="text-muted small">Powered by <a href="https://log.devanturas.net" class="text-muted" target="_blank" rel="noopener noreferrer">MCLogger</a> — Made by Devanturas</span>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
<hr class="border-secondary mt-5">
|
<hr class="border-secondary mt-5">
|
||||||
<p class="text-muted small text-center mb-4">
|
<p class="text-muted small text-center mb-4">
|
||||||
This page is hosted by <a href="https://github.com/simolzimol/MCLogger" class="text-secondary">MCLogger</a>
|
This page is hosted by <a href="https://log.devanturas.net" class="text-secondary" target="_blank" rel="noopener noreferrer">MCLogger</a>
|
||||||
on behalf of <em>{{ group.name }}</em>.
|
on behalf of <em>{{ group.name }}</em>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -238,7 +238,7 @@
|
|||||||
<a href="{{ url_for('auth.login') }}" class="text-muted me-3">
|
<a href="{{ url_for('auth.login') }}" class="text-muted me-3">
|
||||||
<i class="bi bi-arrow-left me-1"></i>Back to Login
|
<i class="bi bi-arrow-left me-1"></i>Back to Login
|
||||||
</a>
|
</a>
|
||||||
MCLogger — <a href="mailto:simon@devanturas.net" class="text-muted">simon@devanturas.net</a>
|
MCLogger — Made by <a href="https://log.devanturas.net" class="text-muted" target="_blank" rel="noopener noreferrer">Devanturas</a> — <a href="mailto:simon@devanturas.net" class="text-muted">simon@devanturas.net</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user