mirror of
https://github.com/django-components/django-components.git
synced 2025-08-09 08:48:00 +00:00
Merge pull request #102 from spollard/patch-1
Aligning component js with html in example
This commit is contained in:
commit
cbb727bbe5
1 changed files with 1 additions and 1 deletions
|
@ -237,10 +237,10 @@ The output from the above template will be:
|
|||
<head>
|
||||
<title>My example calendar</title>
|
||||
<link href="style.css" type="text/css" media="all" rel="stylesheet">
|
||||
<script src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="calendar-component">Today's date is <span>2015-06-19</span></div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
<html>
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue