Skip to content
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

[assessment] Fix the TemplateSyntaxError #203

Merged

Conversation

vchrombie
Copy link
Contributor

This PR fixes the TemplateSyntaxError caused by using staticfiles instead of static in the templates.

Screenshot_20200326_033320

{% load staticfiles %} and {% load admin_static %} are deprecated in favor of {% load static %}, which works the same.

Ref: https://docs.djangoproject.com/en/2.2/releases/2.1/#features-deprecated-in-2-1

This commit fixes the `TemplateSyntaxError` caused by using
staticfiles instead of static in the templates.

Signed-off-by: Venu Vardhan Reddy Tekula <venuvardhanreddytekula8@gmail.com>
@vchrombie vchrombie force-pushed the vchrombie-fix-TemplateSyntaxError branch from 8d53911 to ce932f4 Compare March 25, 2020 22:35
@valeriocos valeriocos self-requested a review March 26, 2020 07:36
Copy link
Contributor

@valeriocos valeriocos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @vchrombie

@valeriocos valeriocos merged commit 623912d into Bitergia:master Mar 26, 2020
@vchrombie vchrombie deleted the vchrombie-fix-TemplateSyntaxError branch April 8, 2020 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants