Skip to content

Commit

Permalink
update to bootstrap v2.0.4 + js
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntu-server committed Jun 21, 2012
1 parent e6f10e0 commit 1a512b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
100644 → 100755
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Django Registration Bootstrap
Simple sample using bootstrap from twitter in forms of Django Simple sample using bootstrap from twitter in forms of Django
------------------------------------------------------------- -------------------------------------------------------------


Just update to Bootstrap from Twitter version 1.4 Just update to Bootstrap from Twitter version 2.0.4


http://twitter.github.com/bootstrap http://twitter.github.com/bootstrap


Expand Down
Empty file added sample.db
Empty file.
Binary file modified sample/sample.db
Binary file not shown.
6 changes: 2 additions & 4 deletions templates/registration/password_change_done.html
100644 → 100755
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
{% block container %} {% block container %}
<div class="content"> <div class="content">
<h3>{% trans 'Password change successful' %}</h3> <h3>{% trans 'Password change successful' %}</h3>
<p><a href="{% url dashboard %}">{% trans 'Back' %}</a></p> <p><a href="/">{% trans 'Back' %}</a></p>
</div> </div>


{% endblock %} {% endblock %}

0 comments on commit 1a512b5

Please sign in to comment.