removed unused files

This commit is contained in:
Kevin Papst
2018-01-02 14:17:57 +01:00
parent 8288c63031
commit 719920c7f4
2 changed files with 0 additions and 21 deletions

View File

@@ -1,9 +0,0 @@
{% extends 'base.html.twig' %}
{% block page_title %}{{ 'edit_profile.title'|trans }}{% endblock %}
{% block page_subtitle %}{{ 'edit_profile.subtitle'|trans({'%username%': user.username}) }}{% endblock %}
{% block main %}
{{ include('default/_flash_messages.html.twig') }}
{{ include('default/_form.html.twig', {'title': user.username, 'form': form}) }}
{% endblock %}

View File

@@ -1,12 +0,0 @@
{% import "AvanzuAdminThemeBundle:layout:macros.html.twig" as macro %}
<!-- Sidebar user panel -->
<div class="user-panel">
<div class="pull-left image">
<a href="#" id="ticktac">
<img src="{{ asset('images/buzzer-on.png') }}"/>
</a>
</div>
<div class="pull-left info">
<p>10:39:05</p>
</div>
</div>