aboutsummaryrefslogtreecommitdiff
path: root/glifestream/templates/stream.html
diff options
context:
space:
mode:
Diffstat (limited to 'glifestream/templates/stream.html')
-rw-r--r--glifestream/templates/stream.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/glifestream/templates/stream.html b/glifestream/templates/stream.html
index 140390f..7bcde0a 100644
--- a/glifestream/templates/stream.html
+++ b/glifestream/templates/stream.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% load i18n %}{% load url from future %}{% load firstof from future %}
+{% load i18n %}
{% block sidebar %}
<aside id="sidebar">
@@ -44,7 +44,7 @@
{% if authed %}
<aside id="share">
<span tabindex="0" class="link" id="ashare">{% trans "Add content" %}</span>
- <form action="{% url 'stream.views.api' cmd='share' %}" method="post" enctype="multipart/form-data">
+ <form action="{% url 'api' cmd='share' %}" method="post" enctype="multipart/form-data">
<div class="fieldset" style="display:none">
<h3><label for="status">{% trans "What's up?" %}</label></h3>
<div class="editor">

Return to:

Send suggestions and report system problems to the System administrator.