<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-skaschool.git/account/templates, branch master</title>
<subtitle>2014 China-New Zealand SKA Summer School Website
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/'/>
<entry>
<title>Updated 'profile.html' and zh_CN locale messages</title>
<updated>2014-06-07T06:00:41+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-07T06:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=0d0f12f76606009c7dc85da46e0531b5d155499e'/>
<id>0d0f12f76606009c7dc85da46e0531b5d155499e</id>
<content type='text'>
* updated profile.html to show 'sjtu_id' and 'sjtu_initpass' info
  and show a related alert
* updated zh_CN locale messages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated profile.html to show 'sjtu_id' and 'sjtu_initpass' info
  and show a related alert
* updated zh_CN locale messages
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a type 'identify' and updated 'list_approved' display contents</title>
<updated>2014-06-02T16:22:28+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-02T16:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=2288c7f4dca08aa4519b80ace852be8c0526d992'/>
<id>2288c7f4dca08aa4519b80ace852be8c0526d992</id>
<content type='text'>
* changed 'identify' to 'identity' in Model 'UserProfile'
* updated forms.py, admin.py, profile.html related to 'identity'
* added South migration for renaming field 'identify' to 'identity'
* updated display contents of 'list_approved': removed 'identity' column
* updated 'institute' field name to 'institute (and major)'
* updated related translations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* changed 'identify' to 'identity' in Model 'UserProfile'
* updated forms.py, admin.py, profile.html related to 'identity'
* added South migration for renaming field 'identify' to 'identity'
* updated display contents of 'list_approved': removed 'identity' column
* updated 'institute' field name to 'institute (and major)'
* updated related translations
</pre>
</div>
</content>
</entry>
<entry>
<title>updated 'list_approved.html' display style (removed column identity)</title>
<updated>2014-06-02T14:28:59+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-02T14:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=6d4f8d6cffc00edb4d0adb8ad6351b0830b86369'/>
<id>6d4f8d6cffc00edb4d0adb8ad6351b0830b86369</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* added 'is_checkin' field to account.models.UserProfile</title>
<updated>2014-05-20T12:22:48+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-05-20T12:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=99edd912082815a519fb3823c06961e9fd970ec7'/>
<id>99edd912082815a519fb3823c06961e9fd970ec7</id>
<content type='text'>
* added 'get_checkin_value', 'dump_fieldnames' and 'dump' methods to UserProfile model
* generated south migrations for app 'account'
* display two more columns (email, is_checkin) in UserProfileAdmin
* added 'get_urls' and 'userprofile_csv_view' to UserProfileAdmin
* updaed 'profile.html' with 'is_checkin' field
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added 'get_checkin_value', 'dump_fieldnames' and 'dump' methods to UserProfile model
* generated south migrations for app 'account'
* display two more columns (email, is_checkin) in UserProfileAdmin
* added 'get_urls' and 'userprofile_csv_view' to UserProfileAdmin
* updaed 'profile.html' with 'is_checkin' field
</pre>
</div>
</content>
</entry>
<entry>
<title>* changed block 'title' to 'pagetitle' for every page template</title>
<updated>2014-05-18T07:37:25+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-05-18T07:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=c1b740cb4bcb1b84cd25fe0a01ea0724d8523c58'/>
<id>c1b740cb4bcb1b84cd25fe0a01ea0724d8523c58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced get_object_or_404 with query in ListApprovedView, thus admin</title>
<updated>2014-04-29T03:04:43+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-29T03:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=4bbb74401354c118ddbc0aebf131a5253ba5f48b'/>
<id>4bbb74401354c118ddbc0aebf131a5253ba5f48b</id>
<content type='text'>
can browser approved user list normally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can browser approved user list normally.
</pre>
</div>
</content>
</entry>
<entry>
<title>* updated transcript help_text of account/models.py</title>
<updated>2014-04-28T17:29:51+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-28T17:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=9177e7f60868a34a50da65d5dc7fe2aac17b2804'/>
<id>9177e7f60868a34a50da65d5dc7fe2aac17b2804</id>
<content type='text'>
* updated ValidationError message and used named string of account/extra.py
* small changes to 'profile.html' and 'profile_update.html'
* added class Meta to notice/models.py/NoticeAttachment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated ValidationError message and used named string of account/extra.py
* small changes to 'profile.html' and 'profile_update.html'
* added class Meta to notice/models.py/NoticeAttachment
</pre>
</div>
</content>
</entry>
<entry>
<title>* updated activation_email subject and content template</title>
<updated>2014-04-28T16:47:30+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-28T16:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=efe31dcaf500ac93338c1e493672dbedbcecde7a'/>
<id>efe31dcaf500ac93338c1e493672dbedbcecde7a</id>
<content type='text'>
* updated password_reset_email subject and content template
* fixed a typo in 400.html
* small update to profile_update_done btn style
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated password_reset_email subject and content template
* fixed a typo in 400.html
* small update to profile_update_done btn style
</pre>
</div>
</content>
</entry>
<entry>
<title>* updated login.html with 'password-reset' style</title>
<updated>2014-04-28T16:37:32+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-28T16:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=0f3c82eb7219a5bddf2609087df1472717225d5c'/>
<id>0f3c82eb7219a5bddf2609087df1472717225d5c</id>
<content type='text'>
* updated profile.html with transcript display
* updated about.html with alert warning information
* updated introduction with poster download link
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated profile.html with transcript display
* updated about.html with alert warning information
* updated introduction with poster download link
</pre>
</div>
</content>
</entry>
<entry>
<title>* updated 'list_approved.html' and related 'ListApprovedView'</title>
<updated>2014-04-27T09:38:05+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-27T09:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=b784a30dd8c92f8e7f49a15e564c8ff422e85f94'/>
<id>b784a30dd8c92f8e7f49a15e564c8ff422e85f94</id>
<content type='text'>
* small update to 'profile.html'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* small update to 'profile.html'
</pre>
</div>
</content>
</entry>
</feed>
