Extract bookmark form tag

This commit is contained in:
Sascha Ißbrücker
2019-06-29 01:00:52 +02:00
parent 37ee00077a
commit 251fda609c
6 changed files with 36 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
from django import forms
from ..models import Bookmark
from bookmarks.models import Bookmark
auto_fill_placeholder = 'Leave empty to fill from website metadata'