upload button

This commit is contained in:
2021-10-20 14:45:05 -06:00
parent 333a791674
commit 640eb8b7ab
+8 -3
View File
@@ -1,9 +1,14 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block title %}Dashboard{% endblock %} {% block header %}
<h1>{% block title %}Dashboard{% endblock %}</h1>
{% if g.user %}
<a class="action" href="{{ url_for('dashboard.upload') }}">Upload data</a>
{% endif %}
{% endblock %}
{% block content %} {% block content %}
<h1>Dashboard</h1> <h3>Contract</h3>
<table id="data" class="table"> <table id="data" class="table">
<capition>Contract</caption> <capition>Most recent seven days</caption>
<thead> <thead>
<tr> <tr>
<th>Date</th> <th>Date</th>