rename account_view_html.css into account_view.css
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 23 Sep 2013 07:04:16 +0000 (09:04 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 23 Sep 2013 07:04:16 +0000 (09:04 +0200)
portal/static/css/account_view.css [moved from portal/static/css/account_view_html.css with 100% similarity]
portal/templates/account-view.html

index 2691e57..98bdd7e 100644 (file)
@@ -2,7 +2,7 @@
 
 {% block head %}
 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/onelab.css"/>
-<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/account_view_html.css" />
+<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/account_view.css" />
 <script type="text/javascript" src="{{STATIC_URL}}/jquery.validate.js"></script> 
 <script type="text/javascript" src="{{STATIC_URL}}/my_account.edit_profile.js"></script>
 <script type="text/javascript" src="{{STATIC_URL}}/my_account.register.js"></script>