Skip to content

Commit

Permalink
Hooking up the front page, change front page
Browse files Browse the repository at this point in the history
  • Loading branch information
ericflo committed Aug 16, 2010
1 parent b28a7d6 commit d80bf56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion templates/index.html
Expand Up @@ -10,7 +10,8 @@
<div>
<h1><span>Tailing your logs has never been easier.</span></h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<a href="#" id="cta"><span>Try it for free!</span></a>
<a href="{% url tail_create %}" class="tail-create" id="cta"><span>Try it for free!</span></a>
<a href="{% url login %}" id="cta-reg"><span>Register for More!</span></a>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion templates/tail/create.html
Expand Up @@ -3,7 +3,7 @@
{% block title %}Create a new Tail &ndash; {{ block.super }}{% endblock %}

{% block content %}
<h1>Add New Tail</h1>
<h1>Create New Tail</h1>
<form method="POST" id="new-tail">
{% csrf_token %}
<ul>
Expand Down

0 comments on commit d80bf56

Please sign in to comment.