dashboard url, view,template and css added
This commit is contained in:
parent
b256199d82
commit
6890c82122
10 changed files with 206 additions and 14 deletions
|
|
@ -24,6 +24,7 @@
|
|||
<link href="{% static 'hosting/css/orders.css' %}" rel="stylesheet">
|
||||
<link href="{% static 'hosting/css/commons.css' %}" rel="stylesheet">
|
||||
<link href="{% static 'hosting/css/virtual-machine.css' %}" rel="stylesheet">
|
||||
<link href="{% static 'hosting/css/dashboard.css' %}" rel="stylesheet">
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
|
||||
|
|
|
|||
10
hosting/templates/hosting/dashboard.html
Normal file
10
hosting/templates/hosting/dashboard.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{% extends "hosting/base_short.html" %}
|
||||
{% load staticfiles bootstrap3 i18n %}
|
||||
|
||||
{% block content %}
|
||||
<div class="hosting-dashboard">
|
||||
<div class="dashboard-container">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{%endblock%}
|
||||
Loading…
Add table
Add a link
Reference in a new issue