dynamicweb/hosting/templates/hosting/dashboard.html
2017-08-22 20:45:18 +05:30

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