Store user id/secret in session upon login (#61)

History table uses session's user_id instead of secret in URL.
This commit is contained in:
2018-11-06 21:45:52 -05:00
parent 77141849ac
commit 3d6dff359d
4 changed files with 13 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
<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">
<a class="btn btn-primary" href="{% url "graphs:display_history_table" %}" role="button">
History
</a>
</body>