Setup new page for user history
This commit is contained in:
@@ -16,5 +16,8 @@
|
||||
<a class="btn btn-primary" href="{% url "graphs:display_artist_graph" user_secret %}" role="button">
|
||||
Artists
|
||||
</a>
|
||||
<a class="btn btn-primary" href="{% url "graphs:display_history_table" user_secret %}" role="button">
|
||||
History
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
13
graphs/templates/graphs/user_history.html
Normal file
13
graphs/templates/graphs/user_history.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
{% load static %}
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>User History</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="{% static 'css/dark_bg.css' %}">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Your Listening History</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user