Initial commit. Modified the Meteor todos app to create the Petit Teton data tracking app. Has working data for sales. Requires a Mongo database.
This commit is contained in:
11
imports/ui/accounts/accounts.js
Normal file
11
imports/ui/accounts/accounts.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Template } from 'meteor/templating';
|
||||
|
||||
import './accounts.html';
|
||||
|
||||
// We identified the templates that need to be overridden by looking at the available templates
|
||||
// here: https://github.com/meteor-useraccounts/unstyled/tree/master/lib
|
||||
// Template['override-atPwdFormBtn'].replaces('atPwdFormBtn');
|
||||
// Template['override-atPwdForm'].replaces('atPwdForm');
|
||||
// Template['override-atTextInput'].replaces('atTextInput');
|
||||
// Template['override-atTitle'].replaces('atTitle');
|
||||
// Template['override-atError'].replaces('atError');
|
||||
Reference in New Issue
Block a user