From 04c82af5070aea32201949099294d35a9a53fc5c Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Mon, 18 Apr 2016 11:21:04 +0200 Subject: [PATCH] fed4fire doc was already there --- .../fed4fire/fed4fire_home-view.html | 151 ------------------ 1 file changed, 151 deletions(-) delete mode 100644 portal/templates/fed4fire/fed4fire_home-view.html diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html deleted file mode 100644 index 7189d0b0..00000000 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ /dev/null @@ -1,151 +0,0 @@ -{% extends "layout_base.html" %} -{% load portal_filters %} - -{% block content %} - -{% if username %} - -{% block head %} - -{% endblock head %} - -{% widget "_widget-no_credentials.html" %} -
-
- -
-
-
-

- EXPERIMENT -

-
- Create/Join project -
- -
- Your projects and slices -   - -
Loading projects
-
- {% include theme|add:"_jfed_button.html" %} -
-
-
-
-

- ACCOUNT -

- {% if person.last_name %} -

- {{person.first_name}} {{person.last_name}} -

- {% endif %} -

- {{person.email}} -

-
-
-
-
-

- MANAGEMENT -

- - -
-
-
-
-
-
-

- SUPPORT -

-

- Contact -

-

- Documentation & Tutorials -

- {% include theme|add:"_dashboard_links.html" %} -
-
-
-
-
-{% else %} -
-
-
- {% widget '_slogan.html' %} -
-
- {% widget '_widget-login-user.html' %} -
-
-
-
-
- - - -{% endif %} - - - - - - - - -{% if theme == 'onelab' %} -{% widget "_widget-monitor.html" %} -{% endif %} -{% endblock %} -- 2.43.0