mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Initial Django commit: basic account, zephyr stream, narrowing, etc.
(imported from commit 3cd40521171a4020c19021eda0d20ee9f802af41)
This commit is contained in:
committed by
Tim Abbott
parent
ea43d2e40e
commit
d90e8f6ec5
5
zephyr/forms.py
Normal file
5
zephyr/forms.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django import forms
|
||||
|
||||
class RegistrationForm(forms.Form):
|
||||
username = forms.CharField(max_length=100)
|
||||
password = forms.CharField(max_length=100)
|
||||
Reference in New Issue
Block a user