Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network_webui/templates/upload-form.html
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network_webui/templates/upload-form.html')
-rw-r--r--sugar_network_webui/templates/upload-form.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/sugar_network_webui/templates/upload-form.html b/sugar_network_webui/templates/upload-form.html
index 635523a..3284692 100644
--- a/sugar_network_webui/templates/upload-form.html
+++ b/sugar_network_webui/templates/upload-form.html
@@ -7,7 +7,6 @@
<img id="cancel-button" class="button window-button" src="/static/icons/dialog-cancel.png" />
</div>
</div>
- {%- if (session['connected'] or False) -%}
<form id="resource-form1" method="POST" action="/artifacts/upload" enctype="multipart/form-data">
<div class="resource-form-field">
{{_('Context')}} : <img class="inline_images" src="/context/icon/{{context}}" /> {{session.get('last_context_title') or _('Sugar Network')}}
@@ -33,15 +32,6 @@
<br/>
</div>
</form>
- {%- else -%}
- <div class="resource-form-field">
- <br/>
- <br/>
- <b>{{_('Alpha Version')}}</b>
- <br/>
- {{_('For the time being you need to be connected to the Internet in order to contribute!')}}
- </div>
- {%- endif -%}
</div>
<script type="text/javascript">
$(function() {