upload button
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
{% 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 %}
|
||||
<h1>Dashboard</h1>
|
||||
<h3>Contract</h3>
|
||||
<table id="data" class="table">
|
||||
<capition>Contract</caption>
|
||||
<capition>Most recent seven days</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
||||
Reference in New Issue
Block a user