Skip to content

Commit

Permalink
Updates plugin for Django 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrbyers authored and mauromsl committed Mar 27, 2023
1 parent 9ab0a67 commit 7929d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/clockss/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load static from staticfiles %}
{% load static %}
<html>

<head>
Expand Down
3 changes: 1 addition & 2 deletions views.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django.shortcuts import render, redirect, get_object_or_404
from django.core.urlresolvers import reverse
from django.shortcuts import render, reverse
from django.utils import timezone

from journal import models
Expand Down

0 comments on commit 7929d8e

Please sign in to comment.