From 849ebd28a2388e3257cb360a4609d3e9dfc77dc0 Mon Sep 17 00:00:00 2001
From: root
Date: Thu, 6 Aug 2015 14:06:07 -0400
Subject: ok
---
frontend/static/js/src/auth.js | 2 +-
frontend/templates/base.html | 3 +--
frontend/templates/faq.html | 26 ++++++++++++++++----------
frontend/templates/pas | 14 ++++++++++++++
frontend/templates/password_reset/reset.html | 23 +++++++++++++++++++++++
5 files changed, 55 insertions(+), 13 deletions(-)
create mode 100644 frontend/templates/pas
create mode 100644 frontend/templates/password_reset/reset.html
(limited to 'frontend')
diff --git a/frontend/static/js/src/auth.js b/frontend/static/js/src/auth.js
index 42a92c5..b1df019 100644
--- a/frontend/static/js/src/auth.js
+++ b/frontend/static/js/src/auth.js
@@ -10,7 +10,7 @@ var Auth =
d.warn("LOG IN")
var username = d.trim( $("#login-username").val() )
var password = d.trim( $("#login-password").val() )
- var pwhash = $.md5("scanjam"+password)
+ var pwhash = $.md5("scanjam"+password)
if (! username || ! password) return
Main.enter = false
d.warn("LOGGING IN")
diff --git a/frontend/templates/base.html b/frontend/templates/base.html
index 7591cfd..1f35b37 100644
--- a/frontend/templates/base.html
+++ b/frontend/templates/base.html
@@ -1,4 +1,3 @@
-helloh
-{% block title %}{% endblock %}t
+{% block title %}{% endblock %}
{% block content %}{% endblock %}
diff --git a/frontend/templates/faq.html b/frontend/templates/faq.html
index 40b5b0b..e74f211 100755
--- a/frontend/templates/faq.html
+++ b/frontend/templates/faq.html
@@ -71,11 +71,16 @@ body, html
}
#likebutton
{
+ display:none;
float: right;
- display: inline-block;
- width: 90px;
- height: 21px;
+// display: inline-block;
+// width: 90px;
+// height: 21px;
}
+#u_0_0{
+ display:none;
+ pointer-events: none;
+}
h3
{
@@ -255,13 +260,14 @@ post a youtube url into the chat and begin. also, you should say hello to whomev
yes. we can play any Vimeo or Soundcloud url.
-how can I help scannerjammer, I like this site!
-
-
-
-
- click the like button. it's crucial ------------------>
-
+
+
+
+
+
+
+
+
how do I improve my fav score?
diff --git a/frontend/templates/pas b/frontend/templates/pas
new file mode 100644
index 0000000..0fb5d5c
--- /dev/null
+++ b/frontend/templates/pas
@@ -0,0 +1,14 @@
+{% extends "password_reset/base.html" %}{% load i18n %}{% load url from future %}
+
+{% block content %}
+ {% if invalid %}{% url "password_reset_recover" as recovery_url %}
+
{% blocktrans %}Sorry, this password reset link is invalid. You can still request a new one.{% endblocktrans %}
+ {% else %}
+ {% blocktrans %}Hi, {{ username }}. Please choose your new password.{% endblocktrans %}
+
+ {% endif %}
+{% endblock %}
diff --git a/frontend/templates/password_reset/reset.html b/frontend/templates/password_reset/reset.html
new file mode 100644
index 0000000..df5bd5e
--- /dev/null
+++ b/frontend/templates/password_reset/reset.html
@@ -0,0 +1,23 @@
+{% extends "password_reset/base.html" %}{% load i18n %}{% load url from future %}
+
+{% block content %}
+ {% if invalid %}{% url "password_reset_recover" as recovery_url %}
+ {% blocktrans %}Sorry, this password reset link is invalid. You can still request a new one.{% endblocktrans %}
+ {% else %}
+ {% blocktrans %}Hi, {{ username }}. Please choose your new password.{% endblocktrans %}
+
+
+
+
+ {% endif %}
+{% endblock %}
--
cgit v1.2.3-70-g09d2