mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 18:02:18 +00:00
Markdown enable generic note fields
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{% extends override|default:"base_rigs.html" %}
|
||||
{% load widget_tweaks %}
|
||||
{% load button from filters %}
|
||||
{% load markdown_tags %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
@@ -22,7 +23,7 @@
|
||||
<dd>{{ object.address|linebreaksbr }}</dd>
|
||||
|
||||
<dt>Notes</dt>
|
||||
<dd>{{ object.notes|linebreaksbr }}</dd>
|
||||
<dd>{{ object.notes|markdown }}</dd>
|
||||
|
||||
{% if object.three_phase_available is not None %}
|
||||
<dt>Three Phase Available</dt>
|
||||
|
||||
Reference in New Issue
Block a user