Skip to content

Commit

Permalink
changed template to fix non-wrapping text
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Jun 10, 2020
1 parent 4802e72 commit 97a7821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions member/templates/member/connect/mail_message.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ <h2>{{ message.clean_subject}}</h2>
<td nowrap>{{ message.recipient }}</td>
{% endif %}
</i></p>
<pre><code style="font-family:'Roboto', sans-serif">
<code style="font-family:'Roboto', sans-serif">
{% autoescape off %}
{{ message.get_body }}
{% endautoescape %}
</pre></code>
</code>

{% endblock %}

0 comments on commit 97a7821

Please sign in to comment.