mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
throw out markdown calculatinf
This commit is contained in:
parent
6c23c94700
commit
9c06d3b082
@ -1,7 +1,7 @@
|
||||
{% extends "account/base.html" %}
|
||||
|
||||
{% load inventree_extras %}
|
||||
{% load i18n account socialaccount crispy_forms_tags inventree_extras markdownify %}
|
||||
{% load i18n account socialaccount crispy_forms_tags inventree_extras %}
|
||||
|
||||
{% block head_title %}{% trans "Sign In" %}{% endblock %}
|
||||
|
||||
@ -37,8 +37,7 @@ for a account and sign in below:{% endblocktrans %}</p>
|
||||
|
||||
<hr>
|
||||
{% if login_message %}
|
||||
{{ login_message|markdownify }}
|
||||
<hr>
|
||||
<div>{{ login_message }}<hr></div>
|
||||
{% endif %}
|
||||
<div class="btn-group float-right" role="group">
|
||||
<button class="btn btn-success" type="submit">{% trans "Sign In" %}</button>
|
||||
|
Loading…
Reference in New Issue
Block a user