Current Dev State

This commit is contained in:
Tim Lorsbach
2025-06-23 20:13:54 +02:00
parent b4f9bb277d
commit ded50edaa2
22617 changed files with 4345095 additions and 174 deletions

View File

@ -0,0 +1,15 @@
{% extends "framework.html" %}
{% load static %}
{% block content %}
<div class="alert alert-error" role="alert">
<h4 class="alert-heading">Bad Request!</h4>
<p>Lorem</p>
<hr>
<p class="mb-0">
You can find out more about permissions in our <a target="_blank"
href="https://wiki.envipath.org/index.php/packages"
role="button">Wiki &gt;&gt;</a></p>
</div>
{% endblock content %}

View File

@ -0,0 +1,15 @@
{% extends "framework.html" %}
{% load static %}
{% block content %}
<div class="alert alert-error" role="alert">
<h4 class="alert-heading">Access Denied!</h4>
<p>Access to X denied. </p>
<hr>
<p class="mb-0">
You can find out more about permissions in our <a target="_blank"
href="https://wiki.envipath.org/index.php/packages"
role="button">Wiki &gt;&gt;</a></p>
</div>
{% endblock content %}

View File

@ -0,0 +1,15 @@
{% extends "framework.html" %}
{% load static %}
{% block content %}
<div class="alert alert-error" role="alert">
<h4 class="alert-heading">Not Found!</h4>
<p>Does not exist</p>
<hr>
<p class="mb-0">
You can find out more about permissions in our <a target="_blank"
href="https://wiki.envipath.org/index.php/packages"
role="button">Wiki &gt;&gt;</a></p>
</div>
{% endblock content %}