Commit b7bf6b0c authored by Your Name's avatar Your Name

Fix: Remove extra {% endif %} at end of login.html causing template syntax error

parent ce475776
...@@ -152,6 +152,5 @@ function openOAuthPopup(url) { ...@@ -152,6 +152,5 @@ function openOAuthPopup(url) {
}, 500); }, 500);
} }
</script> </script>
{% endif %}
</div> </div>
{% endblock %} {% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment