Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
first change, edit texts
  • Loading branch information
h2horn committed Jul 28, 2010
1 parent 9c1e75c commit 9191afc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions brain/templates/new.html
@@ -0,0 +1,13 @@
{% extends "layout.html" %}
{% block head %}
<script type=text/javascript src="{{ url_for('static', filename='main.js') }}"></script>
{% endblock %}
{% block body %}
<div class=blob>
<form action="" method=post>
<p><label for=ttitle>Subject </label><input id=ttitle type=text name=subject value=""></p>
<p><textarea id=edit name=edit></textarea></p>
<p><input type=submit value="Submit"></p>
</form>
</div>
{% endblock %}

0 comments on commit 9191afc

Please sign in to comment.