Skip to content

Commit

Permalink
silly
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Sep 26, 2014
1 parent ccf7685 commit 99a5704
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion xSACdb/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version file, currently manually updated

VERSION = {
'tag': 'nu-2',
'tag': 'nu-3',
'last_updated': '2014-09-26',
}
10 changes: 10 additions & 0 deletions xsd_sites/forms.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from django import forms

from models import Site

class SiteForm(forms.ModelForm):
class Meta:
model = Site
# widgets = {
# 'facilities': forms.TextInput(),
# }

0 comments on commit 99a5704

Please sign in to comment.