Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Commit

Permalink
Removed the is_admin checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHogue committed Mar 16, 2013
1 parent 28e273d commit ddacd73
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/system/application/views/event/submit.php
Expand Up @@ -271,14 +271,6 @@ function toggleCfpDates(){
<div class="clear"></div>
</div>

<?php if ($is_auth): ?>
<div class="row last">
<?php
echo form_checkbox('is_admin','1', ($this->validation->is_admin == '1')); ?> I'm an event admin!<br/>
<div class="clear"></div>
</div>
<?php endif; ?>

<h2>Event Details</h2>
<div class="row">
<label for="event_stub">Event Stub</label>
Expand Down Expand Up @@ -417,4 +409,4 @@ function toggleCfpDates(){

<?php echo form_close(); ?>
</div>
<?php endif;
<?php endif;

0 comments on commit ddacd73

Please sign in to comment.