mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
Adding Angular instead of Juguler.
This commit is contained in:
parent
3274781e93
commit
059efa73c3
1 changed files with 5 additions and 1 deletions
|
|
@ -22,6 +22,10 @@
|
|||
<link href="{% static 'css/project.css' %}" rel="stylesheet">
|
||||
{% endblock %}
|
||||
|
||||
{% block angular %}
|
||||
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -67,4 +71,4 @@
|
|||
{% endblock javascript %}
|
||||
</body>
|
||||
</html>
|
||||
{% endraw %}
|
||||
{% endraw %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue