This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Front end validation to the required fields based on Drupal Example
- Loading branch information
Todd Dembrey
committed
Feb 8, 2018
1 parent
9832bb2
commit 2fd77fa
Showing
2 changed files
with
51 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,8 @@ class AddressWidget(NestedMultiWidget): | |
|
||
class Media: | ||
js = ( | ||
'jquery.addressfield.min.js', | ||
'https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.addressfield.js', | ||
# 'jquery.addressfield.min.js', | ||
'address_form.js', | ||
) | ||
|
||
|