Remove adding name by GG form
This commit is contained in:
parent
af74edecbb
commit
d49a41d56b
4 changed files with 5 additions and 16 deletions
|
@ -94,16 +94,6 @@
|
|||
|
||||
{% csrf_token %}
|
||||
|
||||
{% if edit_name_url %}
|
||||
<div style="margin-bottom: 1em; font-size: 1.1em">
|
||||
<label style="color:#666">{{_('Name and School')}}:</label>
|
||||
<span>
|
||||
<a href="{{edit_name_url}}">{{_('Enter this form')}}</a>
|
||||
<span style="float: right">({{_('It takes some time for admin to approve')}})</span>
|
||||
</span>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="block-header" style="display:flex;">
|
||||
<div style="margin: auto 0;"> {{ _('Fullname') }}: </div>
|
||||
<div style="margin-left: 30px;"> {{ form_user.first_name }} </div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue