mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Add app
This commit is contained in:
parent
fa3df5bff3
commit
7dee5b94ac
23 changed files with 727 additions and 31 deletions
15
templates/500.html
Normal file
15
templates/500.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
{% block title %}{% trans "500" %}{% endblock %}
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-xs-12" id="error">
|
||||
<h1>Oops!</h1>
|
||||
|
||||
<p class="lead">{% trans "500 Internal Server Error" %}</p>
|
||||
|
||||
<p>{% trans "The server encountered an internal error or misconfiguration and was unable to complete you request." %}</p>
|
||||
<a class="btn btn-medium btn-success" href="javascript:history.back()">← Back</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue