Commit 6aa6b977 by Dányi Bence

webui: fix typo

parent 612c7262
{% extends "entry.html" %}
{% extends "box/entry.html" %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% block summaryclass %}{% if id == vm.id %}selected-summary{% endif %} {% if vm.template.state == "NEW" %}unfinished{% endif %}{% endblock summaryclass %}
{% block summary %}
{% include "box/summary-vm.html"}
{% include "box/summary-vm.html" %}
{% endblock summary %}
{% block details %}
......
{% extends "summary.html" %}
{% extends "box/summary.html" %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
......
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 sign in to comment