mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 21:57:26 +02:00
fix import path
This commit is contained in:
@@ -11,7 +11,7 @@ from django.shortcuts import render, redirect
|
|||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from django import forms
|
from django import forms
|
||||||
|
|
||||||
from .util import htmldecode, urldecode, ansi_to_html
|
from ..util import htmldecode, urldecode, ansi_to_html
|
||||||
|
|
||||||
from core.models import Snapshot, Tag
|
from core.models import Snapshot, Tag
|
||||||
from core.forms import AddLinkForm, TagField
|
from core.forms import AddLinkForm, TagField
|
||||||
|
Reference in New Issue
Block a user