Move CSS markup from form to the template

This commit is contained in:
Roberto Rosario
2014-07-28 03:18:28 -04:00
parent 0d3ce55f39
commit dad8f0fa9d

View File

@@ -5,4 +5,11 @@
{% load project_tags %}
{% block html_title %}{% project_name %} :: {% trans 'Login' %}{% endblock %}
{% block web_theme_stylesheets %}
<style>
input#id_email { width: 100%; }
</style>
{% endblock web_theme_stylesheets %}
{% block project_name %}{% project_name %}{% endblock %}