Skip to content
Snippets Groups Projects
Verified Commit ff4ecc2e authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix missing import.

parent ffbf99ef
No related branches found
No related tags found
1 merge request!6Add ckeditor in FAQ questions admin interface
from django.contrib import admin
from .models import FAQQuestion, FAQSection
from django.utils.html import format_html
from django.utils.translation import ugettext_lazy as _
def show(modeladmin, request, queryset):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment