Skip to content
Snippets Groups Projects
Commit 0cc9d7c1 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #2924033: Bettered up the look of User Edit page.

parent d1aafc82
No related branches found
No related tags found
No related merge requests found
{#
/**
* @file
* Page user edit.
*/
#}
{% extends "page.html.twig" %}
{# Content #}
{% block content %}
<a id="main-content"></a>
<div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-4">
<div id="middle-part">
{{ page.content }}
</div>
</div>
{% endblock %}
{#
/**
* @file
* Page user edit.
*/
#}
{% extends "page.html.twig" %}
{# Content #}
{% block content %}
<a id="main-content"></a>
<div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-4">
<div id="middle-part">
{{ page.content }}
</div>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment