don't show the +/- controls for tags when a person is not logged in, it's confusing

This commit is contained in:
Andrej Karpathy
2021-11-26 21:09:10 -08:00
parent e4fe77d118
commit b52b64e0f7
2 changed files with 17 additions and 5 deletions
+3
View File
@@ -10,6 +10,9 @@
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="{{ url_for('static', filename='favicon.png') }}" />
<script>
var user = {{ user | tojson }};
</script>
{% block variables %}
{% endblock %}