mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-07 21:04:36 +00:00
Add app
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% load static %}
|
||||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
{% include 'header.html' %}
|
||||
<body>
|
||||
{% block title %}{% trans "Compute" %} - {{ compute.name }}{% endblock %}
|
||||
{% block content %}
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
@@ -53,5 +53,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include 'footer.html' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user