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
|
@ -1,7 +1,7 @@
|
|||
{% load static %}
|
||||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
{% include 'header.html' %}
|
||||
<body>
|
||||
{% block title %}{% trans "Computes" %}{% endblock %}
|
||||
{% block content %}
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
|
@ -227,5 +227,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include 'footer.html' %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue