This commit is contained in:
Retspen
2015-02-27 14:25:41 +02:00
parent fa3df5bff3
commit 7dee5b94ac
23 changed files with 727 additions and 31 deletions

View File

@@ -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 %}