Skip to content

Remove unused variable in public graph template #4059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions econplayground/templates/main/graph_embed_public.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
{% load static econ_auth %}
{% load static %}

{% block title %}Graph: {{object.title}}{% endblock %}

Expand Down Expand Up @@ -28,7 +28,6 @@
<script src="{% static 'js/build/viewer.js' %}"></script>
{% endblock %}

{% user_is_instructor request.user as i_am_instructor %}
{% block content %}
<p class="accessibility-note">
This is an interactive line graph. Please ask your instructor
Expand Down