~tim-alwaysreformed/reformedchurcheslocator/rcl-backbone-test_for_directory_type

« back to all changes in this revision

Viewing changes to vendor/couchapp/evently/account/loginForm/mustache.html

  • Committer: Tim Black
  • Date: 2012-04-11 05:59:38 UTC
  • Revision ID: tim@alwaysreformed.com-20120411055938-ol24g07q32msyg2f
Re-include default couchapp login div, remove unnecessary templates, JavaScript files, and functions, install Evently

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<form>
 
2
  <label for="name">Name</label> <input type="text" name="name" value="" autocapitalize="off" autocorrect="off">
 
3
  <label for="password">Password</label> <input type="password" name="password" value="">
 
4
  <input type="submit" value="Login">
 
5
  <a href="#signup">or Signup</a>
 
6
</form>