Skip to content

Commit d995a4a

Browse files
authored
Merge pull request #7 from kirti3192/script_tag
fix:added script tags
2 parents b1d2dc9 + cbba677 commit d995a4a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

static/forums/templates/forgot-password.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
{% endblock %}
4545

4646
{% block javascript %}
47+
<script type="text/javascript">
4748
$(".alert").alert();
49+
</script>
4850
{% endblock %}
4951

static/forums/templates/user-login.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@ <h4>Dont have a Spoken-Tutorial.org account yet ?</h4>
5555
{% endblock %}
5656

5757
{% block javascript %}
58+
<script type="text/javascript">
5859
$(".alert").alert();
60+
</script>
5961
{% endblock %}

0 commit comments

Comments
 (0)