10 lines
218 B
HTML
10 lines
218 B
HTML
{% extends "hosting/base_short.html" %}
|
|
{% load staticfiles bootstrap3 i18n %}
|
|
|
|
{% block content %}
|
|
<div class="hosting-dashboard">
|
|
<div class="dashboard-container">
|
|
|
|
</div>
|
|
</div>
|
|
{%endblock%}
|