2012-02-01 17:38:41 +00:00
{% extends "registration/registration_base.html" %}
{% block title %}Welcome to Unglue.It{% endblock %}
{% block doccontent %}
< div id = "welcomesearch" >
2012-03-13 20:57:42 +00:00
< p > Welcome, {{user.username}}!< / p > < p id = "link-to-next" > < / p >
2012-02-01 17:38:41 +00:00
< label > What book would you give to the world? < / label >
< form action = "{% url search %}" method = "get" >
< input type = "text" id = "watermark" onfocus = "imgfocus()" onblur = "imgblur(0)" size = "25" class = "inputbox" name = "q" value = "{{ q }}" >
< input type = "submit" class = "greenbutton" value = "Search" >
< / form >
< / div >
< br / >
< div class = "welcomealternatives" >
2012-03-13 03:01:05 +00:00
Or you can < a href = "{{editurl}}" > change your username< / a > — < a href = "{% url work_list 'popular' %}" > see the most wishlisted books< / a > — < a href = "/feedback/" > send us feedback< / a >
2012-02-01 17:38:41 +00:00
< / div >
{% endblock %}