fix info box for texts, redirect to main text page if text does not exist, dont fail if folder gets removed before init is called
This commit is contained in:
parent
da3f5855ab
commit
1751832dd0
5 changed files with 51 additions and 31 deletions
|
|
@ -11,6 +11,7 @@ from ox.django.decorators import login_required_json
|
|||
from ox.django.http import HttpFileResponse
|
||||
from ox.django.shortcuts import render_to_json_response, get_object_or_404_json, json_response
|
||||
from django.db.models import Count, Q, Sum, Max
|
||||
from django.conf import settings
|
||||
|
||||
from item import utils
|
||||
import models
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue