Skip to content

Commit

Permalink
style: Deleted duplicate code which was commented
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinest committed Oct 27, 2017
1 parent ac39b8d commit 1702c3d
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions blog_project/templates/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,3 @@ <h2>Welcome, {{username}}!</h2>
</div>
</div>
{% endblock %}
<!--
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link type="text/css" rel="stylesheet" href="/static/main.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<title>Blog Away!</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="well">
<h2>Welcome, {{username}}!</h2>
<br>
<br>
<a class="Newpost_button" href="/blog/newpost">Add New Post</a>
<a class="Viewblog_button" href="/blog">View the blogs</a>
</div>
</div>
</div>
</div>
</body>
</html>
-->

0 comments on commit 1702c3d

Please sign in to comment.