Resolve "Contact attempts"
1 unresolved thread
1 unresolved thread
Closes #34 (closed)
this also contains a renaming of the model avaibility to availability. if we move to commit the migrations script, we should update this merge request to include a migration script before merging.
Merge request reports
Activity
Filter activity
added 3 commits
-
40ecf864 - 1 commit from branch
master
- def4a6be - fix typo: avaibility
- d4bfbce6 - add contact attempts feature - #34 (closed)
-
40ecf864 - 1 commit from branch
mentioned in commit 169fbed5
59 60 {% if field.errors %} 61 <span class="help-block"> {{ field.errors }} </span> 62 {% endif %} 63 </div> 64 {% endfor %} 65 66 67 </form> 68 </div> 69 </div><!-- /.box-body --> 70 71 72 <div class="box-footer"> 73 <div class="col-sm-6"> 74 <button type="submit" class="btn btn-block btn-success">Save</button> I assume that moving submit button outside of the form is unintended bug. I fixed here: 9ee6c91d
Please register or sign in to reply