1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

remove temp string

This commit is contained in:
Lukas Winkler 2020-06-15 20:14:25 +02:00
parent ea084cdde8
commit 72f9b53704
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -1,5 +1,4 @@
{% extends 'base.html' %}
{% load version %}
{% load static %}
@ -13,7 +12,6 @@
{% block content %}
{% if acro.description_html %}
{% commit_id %}
<div class="description">
{{ acro.description_html|safe }}
</div>