mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
Include third-party django-confirmation library.
Taken from http://code.google.com/p/django-confirmation/. Code is under the BSD 3-clause license. (imported from commit cfb5a511097fe14fba7f1bcea62dfa25cfb58622)
This commit is contained in:
13
confirmation/admin.py
Normal file
13
confirmation/admin.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright: (c) 2008, Jarek Zgoda <jarek.zgoda@gmail.com>
|
||||
|
||||
__revision__ = '$Id: admin.py 3 2008-11-18 07:33:52Z jarek.zgoda $'
|
||||
|
||||
|
||||
from django.contrib import admin
|
||||
|
||||
from confirmation.models import Confirmation
|
||||
|
||||
|
||||
admin.site.register(Confirmation)
|
||||
Reference in New Issue
Block a user