mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 20:57:07 +01:00
changed analytics
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
{% load static %}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="stylesheet" href="{% static 'main/css/fonts.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'main/css/base.css' %}">
|
||||
|
||||
<title>TealCode | Analytics</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1 style="cursor:pointer;" onclick="window.open('/analytics/', '_self')">TealCode | Analytics</h1>
|
||||
|
||||
<div>
|
||||
<a href="/">TealCode</a>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,4 +1,20 @@
|
||||
{% extends "analytics/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h2>Analytics</h2>
|
||||
|
||||
<div class="main-content-block">
|
||||
<h5>Clicks Last 30 Days</h5>
|
||||
</div>
|
||||
|
||||
<div class="main-content-block">
|
||||
<h5>Clicks In Total</h5>
|
||||
</div>
|
||||
|
||||
<div class="main-content-block">
|
||||
<h5>Clicks From Coutries Last 30 Days</h5>
|
||||
</div>
|
||||
|
||||
<div class="main-content-block">
|
||||
<h5>Clicks From Coutries In Total</h5>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user