mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-08-10 07:17:41 +02:00
* Move to newforms-admin (compatible with Django 1.0 alphas)
* Changes to a few translation blocks; this is still a WIP.
This commit is contained in:
2
forms.py
2
forms.py
@ -7,7 +7,7 @@ forms.py - Definitions of newforms-based forms for creating and maintaining
|
||||
tickets.
|
||||
"""
|
||||
|
||||
from django import newforms as forms
|
||||
from django import forms
|
||||
from helpdesk.models import Ticket, Queue, FollowUp
|
||||
from django.contrib.auth.models import User
|
||||
from datetime import datetime
|
||||
|
Reference in New Issue
Block a user